> On 8 Aug 2018, at 14:36, Anand Akhare <[email protected]> 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. _______________________________________________ [email protected] https://lists.gnu.org/mailman/listinfo/help-bison
