Hey everybody!
This is my first try of using this mail list. ^_^_
So here is my problem: I have a file that looks something like this:
{if $whatever == "string"}
Freeform text to display
{if $whatever == "string"}
and here as well
{/if}
{/if}
Think of it as smarty
hello all,
I just started to get the grasp of bison and how to make it work with
flex. I have defined a struct in the grammar file similar to this:
typedef struct {
char *mem1;
char *mem2;
} where_cls;
The union includes it:
%union{
...
where_cls aswhere;
}
This is pretty straightforwar