aboutsummaryrefslogtreecommitdiff
path: root/grammar/double-recursive.grm
diff options
context:
space:
mode:
authorNathan Reiner <nathan@nathanreiner.xyz>2025-08-27 13:48:12 +0200
committerNathan Reiner <nathan@nathanreiner.xyz>2025-08-27 13:48:12 +0200
commitf37a4aeb0e7d21d7e006a0f54c9dfdbc974b811f (patch)
tree0d4fc1335b445b68e0d2bcda0ccffeec4935658c /grammar/double-recursive.grm
parentae10b7d764d9587ab92a682781f8479107e8dff0 (diff)
first sketch of pexpex
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 | ''