Re: Parser version

2018-02-09 Thread Paul King
Currently we still include the antlr2 parser in Groovy 3 but it is dormant unless you turn off the new parser with the flag -Dgroovy.antlr4=false. We've really only left it there as a porting aid - in case there ends up being some code that doesn't work with the new parser, there'll be an interim a

Re: Parser version

2018-02-09 Thread Russel Winder
On Thu, 2018-02-08 at 10:13 -0700, Daniel.Sun wrote: > Hi Russel, > > ANTLR-4 parser(i.e. the Parrot parser) is the default one for > master, > and ANTLR-2 parser is default for other branches. > > Cheers, > Daniel.Sun Strange. I am building master and there is definitely an ANTLR2 generat

Re: Parser version

2018-02-08 Thread Daniel.Sun
Hi Russel, ANTLR-4 parser(i.e. the Parrot parser) is the default one for master, and ANTLR-2 parser is default for other branches. Cheers, Daniel.Sun -- Sent from: http://groovy.329449.n5.nabble.com/Groovy-Dev-f372993.html