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