> On 30 Nov 2016, at 19:54, Simon Richter <simon.rich...@hogyros.de> 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.



_______________________________________________
help-bison@gnu.org https://lists.gnu.org/mailman/listinfo/help-bison

Reply via email to