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/complex-recursion.grm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'grammar/complex-recursion.grm') diff --git a/grammar/complex-recursion.grm b/grammar/complex-recursion.grm index 0daebe3..6639920 100644 --- a/grammar/complex-recursion.grm +++ b/grammar/complex-recursion.grm @@ -1 +1 @@ -S -> 'a' | S S | S S S +main -> 'a' | main main | main main main -- cgit v1.2.3-70-g09d2