Oh, sorry, I did not adjust the Subject (because first I had some gradle build problems)
simply making it possible to define methods like this: that:should:be:called:like:that: object that:one should: two be: three called: four like: five that: six; And an idea about where to start (there must be a Visitor somewhere :D ) I’m tweaking the lexer and parser at the moment to see where the additions show up in the code. E.g. using § as an end of line comment … it is a non used char and somehow using it looks kind of 'literate programming‘. Best Regards, Angelo Am 28.09.2019 um 14:26 schrieb Paul King <pa...@asert.com.au>: > Groovy already has some similarities with Smalltalk. What particularly did > you have in mind? > > On Sat, Sep 28, 2019 at 9:29 PM Angelo Schneider > <angelo.schnei...@oomentor.de> wrote: > Hello everyone, > > I like to experiment with adding smalltalk like method calls to groovy (as a > pet project, not as a contribution as I guess no one wants it). > > Any hint where to start (compiler classes etc.) would be helpful. > > Thank you > > Angelo > >