Store shift states for non-terminals directly in the main parse table

This commit is contained in:
Max Brunsfeld 2016-11-14 08:36:06 -08:00
parent 8d9c261e3a
commit fad7294ba4
20 changed files with 204 additions and 195 deletions

View file

@ -23,7 +23,7 @@ void assert_consistent(const Tree *tree) {
START_TEST
enum {
cat = ts_builtin_sym_start,
cat = 1,
dog,
eel,
fox,