aboutsummaryrefslogtreecommitdiff
path: root/grammar/simple-left-recursive.grm
diff options
context:
space:
mode:
Diffstat (limited to 'grammar/simple-left-recursive.grm')
-rw-r--r--grammar/simple-left-recursive.grm1
1 files changed, 1 insertions, 0 deletions
diff --git a/grammar/simple-left-recursive.grm b/grammar/simple-left-recursive.grm
new file mode 100644
index 0000000..ed3797d
--- /dev/null
+++ b/grammar/simple-left-recursive.grm
@@ -0,0 +1 @@
+main -> 'a' | main 'a'