mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-14 21:56:41 +01:00
4bd4190c5f
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
7 lines
330 B
Text
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.
|