From f37a4aeb0e7d21d7e006a0f54c9dfdbc974b811f Mon Sep 17 00:00:00 2001 From: Nathan Reiner Date: Wed, 27 Aug 2025 13:48:12 +0200 Subject: first sketch of pex --- grammar/double-recursive.grm | 1 + 1 file changed, 1 insertion(+) create mode 100644 grammar/double-recursive.grm (limited to 'grammar/double-recursive.grm') 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 | '' -- cgit v1.2.3-70-g09d2