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-left-recursive.grm | 1 + 1 file changed, 1 insertion(+) create mode 100644 grammar/simple-left-recursive.grm (limited to 'grammar/simple-left-recursive.grm') diff --git a/grammar/simple-left-recursive.grm b/grammar/simple-left-recursive.grm new file mode 100644 index 0000000..ed3797d --- /dev/null +++ b/grammar/simple-left-recursive.grm @@ -0,0 +1 @@ +main -> 'a' | main 'a' -- cgit v1.2.3-70-g09d2