help-bison
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

$$


From: Mike Rollins
Subject: $$
Date: Tue, 11 Feb 2003 18:14:52 -0500
User-agent: KMail/1.4.3

What "type" exactly, is '$$'?  Whenever I attempt to use it, I get:

$$ of `QualifiedName' has no declared type

My union is as follows:

%union{
        char* ID
}

and later I have:

%token <ID> IDENTIFIER

However, even if I do the following:

...{$$.ID = yylval.ID;}...

I still get the above error.  What am I doing wrong?

Thanks,

Mike




reply via email to

[Prev in Thread] Current Thread [Next in Thread]