YYEOF shouldn't be defined with bison -y

2017-12-03 Thread Dimitrios Apostolou
Hello list, I am configuring the build using AC_PROG_YACC, which invokes bison with "-y" option. But bison-generated parser compiled successfully, and YYEOF extension in the parser remained undetected. Generating the parser with "byacc" on the other hand creates a file that does not compile beca

Re: YYEOF shouldn't be defined with bison -y

2017-12-04 Thread Dimitrios Apostolou
On Mon, 04 Dec 2017 21:24:40 +0100, Kaz Kylheku wrote: > > On 03.12.2017 18:34, Dimitrios Apostolou wrote: > > Hello list, > > > > I am configuring the build using AC_PROG_YACC, which invokes bison with "-y" > > option. But bison-generated parser compil

Re: YYEOF shouldn't be defined with bison -y

2018-08-18 Thread Dimitrios Apostolou
On Sat, 18 Aug 2018 06:39:36 +0200, Akim Demaille wrote: > > Hi! > > I’m coming long after the discussion, sorry. > > > Le 5 déc. 2017 à 02:32, Dimitrios Apostolou a écrit : > > > > On Mon, 04 Dec 2017 21:24:40 +0100, > > Kaz Kylheku wrote: > >>