Store shift states for non-terminals directly in the main parse table
This commit is contained in:
parent
8d9c261e3a
commit
fad7294ba4
20 changed files with 204 additions and 195 deletions
|
|
@ -23,7 +23,7 @@ void assert_consistent(const Tree *tree) {
|
|||
START_TEST
|
||||
|
||||
enum {
|
||||
cat = ts_builtin_sym_start,
|
||||
cat = 1,
|
||||
dog,
|
||||
eel,
|
||||
fox,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue