Bug#820086: More info

2016-04-05 Thread olivier sallou
Le mar. 5 avr. 2016 à 14:13, Emmanuel Bourg a écrit : > Le 5/04/2016 13:35, olivier sallou a écrit : > > > With op being optional it seems this version of antlr tries to bypass > > the token. It behaves differently from previous releases. > > Hi Olivier, > > I suggest using

Bug#820086: More info

2016-04-05 Thread Emmanuel Bourg
Le 5/04/2016 13:35, olivier sallou a écrit : > With op being optional it seems this version of antlr tries to bypass > the token. It behaves differently from previous releases. Hi Olivier, I suggest using the antlr3.2 package. Jython was affected by a regression with antlr 3.5 too and I

Bug#820086: More info

2016-04-05 Thread olivier sallou
After digging, issue seems related to optional tokens. In my grammar I have: op=(',' | ';' | '|')? { } If I force op to be mandatory, and adap a little the rest of my grammar to match, it works fine. With op being optional it seems this version of antlr tries to bypass the token. It