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

Re: Remembering imports between script invocations

2018-02-09 Thread Jorge Aguilera Gonzalez
I'm not sure if it's what you want but you can use "evaluate" to include one script into another (see http://gangmax.me/blog/2015/10/15/include-a-groovy-script-in-another/) althought I think is a little dirty To generate UI maybe you can evaluate MarkupTemplateEngine (

Re: Remembering imports between script invocations

2018-02-09 Thread David Ekholm
Who can I contact? Regards /David > On 8 Feb 2018, at 23:25, > wrote: > > Sounds more like the Groovy Shell or Groovy Console. Not too sure myself how > the javax.script stuff is tied in. > > From: David Ekholm