Start using the forward move to recover from errors
Some unit tests passing. Corpus tests still failing
This commit is contained in:
parent
b733b0cc81
commit
aef7582a2a
8 changed files with 295 additions and 113 deletions
|
|
@ -16,6 +16,7 @@ typedef struct {
|
|||
const TSLanguage *language;
|
||||
Array(LookaheadState) lookahead_states;
|
||||
Array(TSTree *) reduce_parents;
|
||||
TreeArray partial_pop;
|
||||
TSTree *finished_tree;
|
||||
bool is_split;
|
||||
bool print_debugging_graphs;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue