Skip to content

Commit 5caddb3

Browse files
authored
Fix number_of_states assign error
1 parent 8edfcf3 commit 5caddb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ParserGenerator.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -791,7 +791,7 @@ public void GenerateLALR()
791791
}
792792
// -----------------------------------------------------
793793

794-
number_of_states = states.Count;
794+
number_of_states = merged_states.Count;
795795
}
796796
#endregion
797797

0 commit comments

Comments
 (0)