Re: [REQUEST] Infinite recursion warning

2013-12-15 Thread Ron Burk
In my own parser generator tinkering (where I care greatly about explanations), I would say: 'list' is a nonterminal that never terminates. and link to a longer explanation of that concept. This is probably the most succinct diagnostic, since the problem is not what any of the 'list' rules does

Re: [REQUEST] Infinite recursion warning

2013-12-15 Thread Akim Demaille
Le 15 déc. 2013 à 01:31, Arthur Schwarz a écrit : > exp:NIL >| NIL list > > list:NIL list > > I won't address the issue of messaging (unqualified and this is an issue best > addressed by the development team) but I will explore the grammar. Valentin is well aware of the fact that the gra

Re: [ENHANCEMENT] change location & position defaults

2013-12-15 Thread Akim Demaille
Hi Arthur, Sorry for answering so late. And I can’t answer to everything now. Le 13 déc. 2013 à 18:42, Arthur Schwarz a écrit : > It might be time to rethink some options and things that the Bison generates. > > In C++: >If you don't use location information, location and >posit