> On 30 Nov 2016, at 19:54, Simon Richter <[email protected]> wrote: > > Likewise, I'd like to resolve the dangling-else problem more locally: > > %token IF "if" > %token ELSE "else" >
This can be resolved by adding %nonassoc "then" %nonassoc "else" A more local solution has been discussed, at least. _______________________________________________ [email protected] https://lists.gnu.org/mailman/listinfo/help-bison
