aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 4 insertions, 0 deletions
diff --git a/README b/README
index 78a2c91..9e2323d 100644
--- a/README
+++ b/README
@@ -120,3 +120,7 @@ EXTENDED DESCRIPTION
Rules that begin with an underscore will not show up for
the application in the parse result, the rest of the rules
will appear in the tree-formatted result.
+
+ Left recursion is illegal (it will cause stack overflow at
+ runtime as the empty condition before the recursion is always
+ met).