SlackBuildsOrg/development/LLgen/README
Ferenc Deak 4bd4190c5f development/LLgen: Added (an ELL(1) parser generator)
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
2010-12-27 19:22:52 -02:00

7 lines
330 B
Text

LLgen is a tool for generating an efficient recursive descent parser
from an ELL(1) grammar. The grammar may be ambiguous or more general
than ELL(1): there are both static and dynamic facilities to resolve
the ambiguities.
LLgen is a part of the Amsterdam Compiler Kit, used all the way
in it for parsing C, Pascal, Modula etc.