From acf273370d25d1ecef26bfdd6203631931961259 Mon Sep 17 00:00:00 2001 From: Kia <kia@special-circumstanc.es> Date: Sat, 7 Nov 2020 16:02:49 -0700 Subject: [PATCH] introduce intentional non-monotonicity in order to verify that our normalization scheme for state numbers works correctly (we should also do the same for 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 8deaead..e8e717f 100644 --- a/fun_with_bison/egg.xml +++ b/fun_with_bison/egg.xml @@ -305,7 +305,7 @@ <solved-conflicts/> </state> - <state number="11"> + <state number="110"> <itemset> <item rule-number="1" dot="3"> <lookaheads> -- GitLab