[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: ambiguous syntax error
From: |
Hans Åberg |
Subject: |
Re: ambiguous syntax error |
Date: |
Wed, 8 Aug 2018 15:42:49 +0200 |
> On 8 Aug 2018, at 14:36, Anand Akhare <address@hidden> wrote:
>
> I have written lot many code around bison parser generated for some
> work. But, it is throwing error syntax is ambiguous.
> ...
> How much generated parser has to be understood?
Have you used the option %verbose (or --verbose)? It writes a .output file that
says what the conflict is, and in those rules a dot '.' telling what tokens
causing the problem.