help-bison
[Top][All Lists]
Advanced

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

Re: %left is not working


From: Hans Aberg
Subject: Re: %left is not working
Date: Wed, 4 Aug 2010 23:30:11 +0200

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.


reply via email to

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