Re: Progress on the Antlr4-based parser update(2016.04.30)

2016-04-30 Thread Jochen Theodorou
yes, they are doing a really nice job on this. I am very happy for them to invest so much time here bye Jochen On 30.04.2016 13:06, Guillaume Laforge wrote: Great progress guys! This is awesome and shaping up nicely! Guillaume Le 30 avr. 2016 11:27 AM, "daniel_sun"

Re: Progress on the Antlr4-based parser update(2016.04.30)

2016-04-30 Thread Guillaume Laforge
Great progress guys! This is awesome and shaping up nicely! Guillaume Le 30 avr. 2016 11:27 AM, "daniel_sun" a écrit : > Hi Groovy-Dev, > > Since Jesper reported the progress last time, Jesper and I have refined > the new parser for Groovy programming language in

Progress on the Antlr4-based parser update(2016.04.30)

2016-04-30 Thread daniel_sun
Hi Groovy-Dev, Since Jesper reported the progress last time, Jesper and I have refined the new parser for Groovy programming language in many aspects, which now can handle almost all source code of Groovy in Action 2nd Edition(633 passed / 635 total, including our own 72 test cases). The