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/middle-recursion.grm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'grammar/middle-recursion.grm') diff --git a/grammar/middle-recursion.grm b/grammar/middle-recursion.grm index 71cc71f..93d76a4 100644 --- a/grammar/middle-recursion.grm +++ b/grammar/middle-recursion.grm @@ -1,3 +1 @@ -main -> 'a' main B | B -A -> 'ab' -B -> A | 'b' +main -> 'a' main 'a' | 'a' | '' -- cgit v1.2.3-70-g09d2