You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
B. Watson 485212497a
development/LLgen: Fix slack-desc.
9 years ago
..
LLgen.SlackBuild various: Update find command to match template. 12 years ago
LLgen.info development/LLgen: Fix DOWNLOAD. 10 years ago
README development/LLgen: Added (an ELL(1) parser generator) 15 years ago
slack-desc development/LLgen: Fix slack-desc. 9 years ago

README

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.