ambiguous syntax error

2018-08-08 Thread Anand Akhare
Hi Bison team/users, I have written lot many code around bison parser generated for some work. But, it is throwing error syntax is ambiguous. I was verifying my syntax in sample implementation to confirm if something is wrong. My bison parser code is quite big now. I have been using bison fo

Re: ambiguous syntax error

2018-08-08 Thread Hans Åberg
> On 8 Aug 2018, at 14:36, Anand Akhare 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 write

Re: ambiguous syntax error

2018-08-08 Thread Anand Akhare
I am using report option to generate report. I have gone thru the report to find expected conflicts. Odd thing is it is crashing though after ambiguous error it should return. Sent from my iPhone > On 08-Aug-2018, at 7:12 PM, Hans Åberg wrote: > > >> On 8 Aug 2018, at 14:36, Anand Akhare w

Re: ambiguous syntax error

2018-08-08 Thread Hans Åberg
> On 8 Aug 2018, at 16:50, Anand Akhare wrote: > > I am using report option to generate report. I have gone thru the report to > find expected conflicts. Odd thing is it is crashing though after ambiguous > error it should return. Try to run it in a debugger to see where it crashes.

Re: ambiguous syntax error

2018-08-08 Thread Anand Akhare
Crash is in parser code. That is why I asked should I explore parser code Sent from my iPhone > On 08-Aug-2018, at 9:16 PM, Hans Åberg wrote: > > >> On 8 Aug 2018, at 16:50, Anand Akhare wrote: >> >> I am using report option to generate report. I have gone thru the report to >> find expecte