From c888a0584ee8073ef785ef29ce6718b39788e854 Mon Sep 17 00:00:00 2001 From: Kia <kia@special-circumstanc.es> Date: Sat, 7 Nov 2020 16:03:29 -0700 Subject: [PATCH] intentional non-monotonicity in rule numbers --- fun_with_bison/egg.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fun_with_bison/egg.xml b/fun_with_bison/egg.xml index e8e717f..8c992be 100644 --- a/fun_with_bison/egg.xml +++ b/fun_with_bison/egg.xml @@ -41,7 +41,7 @@ <symbol>FACTOR</symbol> </rhs> </rule> - <rule number="5" usefulness="useful"> + <rule number="50" usefulness="useful"> <lhs>FACTOR</lhs> <rhs> <symbol>OPENPAREN</symbol> -- GitLab