On 4 Aug 2010, at 21:48, Sasan Forghani wrote:

How do you assign to $$. I've tried $$ = $<blIdentifier>1 or in the ( expr ) production $$ = $<blIdentifier>2; I always get an error along the lines that $$ does not have a type.

The same $<something>$, if not declared with %token or %type. See the Bison manual, 3.5.2.
_______________________________________________
help-bison@gnu.org http://lists.gnu.org/mailman/listinfo/help-bison

Reply via email to