Working with CUP, JFLex and ClassGen
by Paul Lorenz
CUP - Constructor of Useful Parsers
Homepage -
http://www2.cs.tum.edu/projects/cup/
Manual -
http://www2.cs.tum.edu/projects/cup/manual.html
JFlex - The fast Lexical Analyser Generator
Homepage -
http://jflex.de/
Manual -
http://jflex.de/manual.html
ClassGen - a java class generator (No snappy slogan)
Homepage -
http://classgen.sourceforge.net/
Manual -
http://classgen.sourceforge.net/docs/index.html
Contents
Simple Parser
Lexer for simple expressions grammar
Direct Evaluation Parser
ClassGen specification
Tree Building Parser
Download complete presentation (code/librarires/html)