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