Start using the forward move to recover from errors

Some unit tests passing. Corpus tests still failing
This commit is contained in:
Max Brunsfeld 2016-03-02 21:03:55 -08:00
parent b733b0cc81
commit aef7582a2a
8 changed files with 295 additions and 113 deletions

View file

@ -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;