Re: Method reference for Groovy 3

2016-10-25 Thread Daniel.Sun
Thanks :-) 在 "paulk_asert [via Groovy]" ,2016年10月26日 上午7:35写道: nice! On Wed, Oct 26, 2016 at 6:29 AM, Jochen Theodorou <[hidden email]> wrote: > great stuff > > > On 25.10.2016 18:25, Daniel.Sun wrote: >> >> Hi all, >> >> The brand new

Re: Method reference for Groovy 3

2016-10-25 Thread Paul King
nice! On Wed, Oct 26, 2016 at 6:29 AM, Jochen Theodorou wrote: > great stuff > > > On 25.10.2016 18:25, Daniel.Sun wrote: >> >> Hi all, >> >> The brand new parser can support method reference and constructor >> reference now. The implementation of backend is based on

Re: making parser modules for antlr2 and antlr4

2016-10-25 Thread John Wagenleitner
On Tue, Oct 25, 2016 at 1:53 PM, Jochen Theodorou wrote: > Hi, > > I am looking a bit into the usage of our old parser and keeping in mind > the new parser we want to eventually make the default. > > But one problem I talked about in the past already is the direct usage of >

making parser modules for antlr2 and antlr4

2016-10-25 Thread Jochen Theodorou
Hi, I am looking a bit into the usage of our old parser and keeping in mind the new parser we want to eventually make the default. But one problem I talked about in the past already is the direct usage of antlr2 types in something else than the parser itself. Moving the current parser into

Re: Method reference for Groovy 3

2016-10-25 Thread Jochen Theodorou
great stuff On 25.10.2016 18:25, Daniel.Sun wrote: Hi all, The brand new parser can support method reference and constructor reference now. The implementation of backend is based on the discussion of GROOVY-7772 . Here are

Method reference for Groovy 3

2016-10-25 Thread Daniel.Sun
Hi all, The brand new parser can support method reference and constructor reference now. The implementation of backend is based on the discussion of GROOVY-7772 . Here are some example code of method reference for Groovy: