diff options
Diffstat (limited to 'grammar')
| -rw-r--r-- | grammar/complex-recursion.grm | 1 |
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 |