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
  1. Simple Parser
  2. Lexer for simple expressions grammar
  3. Direct Evaluation Parser
  4. ClassGen specification
  5. Tree Building Parser
  6. Download complete presentation (code/librarires/html)