From 76f808ea98313dc847f634b2d8e31066b7a1c68d Mon Sep 17 00:00:00 2001 From: Nathan Reiner Date: Tue, 13 May 2025 15:45:50 +0200 Subject: make it work sometimes --- grammar/simple-cross-recursive.grm | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 grammar/simple-cross-recursive.grm (limited to 'grammar/simple-cross-recursive.grm') diff --git a/grammar/simple-cross-recursive.grm b/grammar/simple-cross-recursive.grm new file mode 100644 index 0000000..6377886 --- /dev/null +++ b/grammar/simple-cross-recursive.grm @@ -0,0 +1,2 @@ +main -> other 'b' +other -> main | 'b' -- cgit v1.2.3-70-g09d2