From 9c0f41abba755ae000b058af137b2925b571d6a1 Mon Sep 17 00:00:00 2001 From: Nathan Reiner Date: Wed, 14 May 2025 16:39:23 +0200 Subject: add new grammar tests --- grammar/simple-cross-recursive.grm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'grammar/simple-cross-recursive.grm') diff --git a/grammar/simple-cross-recursive.grm b/grammar/simple-cross-recursive.grm index 6377886..d061cf7 100644 --- a/grammar/simple-cross-recursive.grm +++ b/grammar/simple-cross-recursive.grm @@ -1,2 +1,2 @@ -main -> other 'b' -other -> main | 'b' +main -> other 'a' +other -> main | 'a' -- cgit v1.2.3-70-g09d2