From 0273079fa0004f9f93ae96615f97934b832f8c51 Mon Sep 17 00:00:00 2001 From: Nathan Reiner Date: Thu, 15 May 2025 17:49:24 +0200 Subject: minor optimization: add a first set to each rule variant --- grammar/complex-recursion.grm | 1 + 1 file changed, 1 insertion(+) create mode 100644 grammar/complex-recursion.grm (limited to 'grammar/complex-recursion.grm') diff --git a/grammar/complex-recursion.grm b/grammar/complex-recursion.grm new file mode 100644 index 0000000..0daebe3 --- /dev/null +++ b/grammar/complex-recursion.grm @@ -0,0 +1 @@ +S -> 'a' | S S | S S S -- cgit v1.2.3-70-g09d2