diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2025-08-27 13:48:12 +0200 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2025-08-27 13:48:12 +0200 |
| commit | f37a4aeb0e7d21d7e006a0f54c9dfdbc974b811f (patch) | |
| tree | 0d4fc1335b445b68e0d2bcda0ccffeec4935658c /grammar/double-recursive.grm | |
| parent | ae10b7d764d9587ab92a682781f8479107e8dff0 (diff) | |
first sketch of pexpex
Diffstat (limited to 'grammar/double-recursive.grm')
| -rw-r--r-- | grammar/double-recursive.grm | 1 |
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 | '' |