Coco/R
Coco/R is a compiler generator: from an attributed grammar it generates a scanner (DFA) and recursive-descent parser. LL(1) conflicts can be resolved with multi-symbol lookahead or semantic checks; grammars are LL(k). Java version.
Metadata
Category: Parser Generators
License:GNU General Public License (GPL)
Homepage: https://github.com/SSW-CocoR/CocoR-Java
Sponsored Ad