[nzlug] Lexical analyser and Parser in Java

Paul Eggleton paul at softec.co.nz
Sun Jun 24 21:59:24 NZST 2007


On Sun, 24 Jun 2007, Dharmender Goyal wrote:
> I am planning to write a EDI parser in Java. Please
> share any suggestions or experience on a good lexical
> analyser and parser in Java?
> YACC and LEX worked very well for me for C/Unix many
> many years ago.

When I did a compilers paper at university we used JLex and CUP to build 
compilers in Java, and I they worked pretty well.

Cheers,
Paul



More information about the NZLUG mailing list