summaryrefslogtreecommitdiffstats
path: root/development/LLgen/README
diff options
context:
space:
mode:
author Ferenc Deak <ferenc.deak@gmail.com>2010-12-26 19:18:24 -0200
committer Niels Horn <niels.horn@slackbuilds.org>2010-12-27 19:22:52 -0200
commit4bd4190c5f4cd7cb6f2d1e9533af680bc8e89b28 (patch)
treea14df18f8497741278cc82d535aff3d78a6c91f0 /development/LLgen/README
parentfc409eb5470f967583c14b2b0b5bafa6a4ebe25e (diff)
downloadslackbuilds-4bd4190c5f4cd7cb6f2d1e9533af680bc8e89b28.tar.gz
slackbuilds-4bd4190c5f4cd7cb6f2d1e9533af680bc8e89b28.tar.xz
development/LLgen: Added (an ELL(1) parser generator)
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'development/LLgen/README')
-rw-r--r--development/LLgen/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/development/LLgen/README b/development/LLgen/README
new file mode 100644
index 0000000000..f41da43153
--- /dev/null
+++ b/development/LLgen/README
@@ -0,0 +1,7 @@
+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.