Tag Archives: ANTLR

ANTLR Stupidity (Warning 209)

I’ve been playing around with a Java grammar for ANTLR that was supposed to work straight-away but it did not, with very strange warnings and errors, that made it look like ANTLR only supports lexers with a lookahead of 1 … Continue reading

Posted in Coding, Personal Rantings, Tools, University | Tagged , , , , | 2 Comments

Extending Java and Javac

Today I want to write about something I’ve been working ages ago – specifically in March I wanted to see if I can extend a Java compiler to support LINQ´ expressions, too. I probably spend more time on finding a … Continue reading

Posted in Coding, Tools, University | Tagged , , , , , | Leave a comment