slackbuilds_ponce/development/LLgen
dsomero d0c108251a various: Update find command to match template.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
2013-11-22 02:37:19 -05:00
..
LLgen.info Add REQUIRED field to .info files. 2012-08-19 21:57:51 -05:00
LLgen.SlackBuild various: Update find command to match template. 2013-11-22 02:37:19 -05:00
README development/LLgen: Added (an ELL(1) parser generator) 2010-12-27 19:22:52 -02:00
slack-desc various: Fix slack-desc formatting and comment nit picks. 2013-11-22 02:29:22 -05:00

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.