Innovation Award
 January 2009
Number 7 |
Many programming languages are described by context free grammars that can be parsed by LR (left to right) parsers that evaluate expressions and produce a single result expression.
This package can generate parsing tables for parsing source code of languages that can be parsed by LR parsers.
Manuel Lemos |
This class can be used to generate parsing tables for context free grammars.
It takes arrays with the expressions that define the productions of the language to parse.
The class returns arrays with LR(0) action and goto tables with non-deterministic cells for subsequent LR parsing.
| Not yet rated by the users |
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.