Categories
Rats
Rats! is a parser generator for C-like languages (currently only Java) that has been designed so that grammars are concise and easily extensible. It relies on ordered choices to avoid ambiguities, supports syntactic predicates for unlimited lookahead, and integrates lexing with parsing. It also supports automatically generating abstract syntax trees, thus greatly reducing the need for explicit semantic actions.
Last updated 18 Aug, 2005
Versions
1.7.1
1.7.1 stable released 2005-08-18
- Released: 18 Aug, 2005
- Code Maturity: Stable
- Source Archive: http://www.cs.nyu.edu/rgrimm/xtc/xtc.zip
- Licenses: GPLv2orlater
- Interfaces: Command Line



