
tatoo.univ-mlv.fr
Tatoo compiler compilerTatoo is a compiler compiler which features:. Separate specifications for lexer (regular expression based rules), parser (grammar) and semantics (java interface implementation);. Push analyzer: the characters are fed to the analyzer so it allows asynchronous usage (for instance with thread pool and selectors);. Automated lexer rule selection according to tokens expected by the parser (this allows to let user name their variable as some keywords);. Version 3.0 or greater. Project SVN source web browsing.
http://tatoo.univ-mlv.fr/