>>>>> "FBB" == Frank B Brokken <[EMAIL PROTECTED]> writes:
FBB> Dear Java-list members, I'm looking for parser and scanner
FBB> generators that produce Java sourcefiles, comparable to bison
FBB> and flex. I once had a reference for a parser generator
FBB> producing java sources, but I lost the reference. I *do* have
FBB> references voor lexical scanner generators, e.g.,
FBB>
FBB> http://www.informatik.tu-muenchen.de/~kleing/jflex
FBB> http://www.cs.princeton.edu/~appel/modern/java/JLex/
ANTLR is the way to go. It's a parser generator with EBNF and
automatic generation oj ASTs. Javasoft copied the idea with JavaCC but
their implementation is not as complete. http://www.antlr.org
--
Paolo
----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]