Hello Coco/R
So I fought with ANTLR. Well, more like drowned in the documentation.
Then I found Coco/R. This is just what I need. It is really easy to set up for Java, just a single jar file with no dependencies.
I found the grammar language to be very straightforward and it allows you to inject java code into the grammar tree, which is perfect for basic source-to-source translation.
So, I've set up a project and I'll be spending the next couple of days making a simplified and probably ugly version of Curly from which I can create the next version of it.







