Tools Jell: Parser Generator
In practice, LL(1) grammars seem to cover most portions of languages, and recursive parsers are usually easier to debug than wading through the state transitions of an LALR parser. L-attributed definitions are naturally added to the parser, and dont cause the occasional weird conflicts that an LALR parser generates when adding semantic actions. The icing on jell's particular cake is that you can define rules in a convenient extended BNF format, and you get a degree of error report and repair for free.
Other parsers which I know exist for Java -- JavaCUP, a very nice LALR parser. Also available is jb, a tcl script that postprocesses bison output and converts it to Java.
Jell is alpha code, and all I know for sure is that its parser can bootstrap itself identically. If you mail me bug reports, I'll fix them as quick as I can. Jell is freely available with source, and can be used/modified/sold/processed for llama fodder with absolutely no restrictions -- just add a note saying where you got it from.
KB Sriram
Comments, bug reports: kbs@sbktech.org
Revised: Sat May 25 13:47:47 1996
URL: http://www.sbktech.org/jell.html