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
License:GNU General Public License (GPL)
Sponsored Ad