diff options
Diffstat (limited to 'development/LLgen/README')
-rw-r--r-- | development/LLgen/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/development/LLgen/README b/development/LLgen/README new file mode 100644 index 0000000000..9fdf7e949c --- /dev/null +++ b/development/LLgen/README @@ -0,0 +1,5 @@ +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 + |