From ae10b7d764d9587ab92a682781f8479107e8dff0 Mon Sep 17 00:00:00 2001 From: Nathan Reiner Date: Sat, 19 Jul 2025 20:18:15 +0200 Subject: add pex --- grammar/middle-recursion.grm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'grammar/middle-recursion.grm') diff --git a/grammar/middle-recursion.grm b/grammar/middle-recursion.grm index ccb8b58..71cc71f 100644 --- a/grammar/middle-recursion.grm +++ b/grammar/middle-recursion.grm @@ -1,3 +1,3 @@ -S -> 'a' S B | B +main -> 'a' main B | B A -> 'ab' B -> A | 'b' -- cgit v1.2.3-70-g09d2