Select ambiguous alternatives by minimizing error size

This commit is contained in:
Max Brunsfeld 2016-04-24 00:54:20 -07:00
parent 1fb6065f02
commit fd4c33209e
10 changed files with 329 additions and 174 deletions

View file

@ -19,6 +19,7 @@ typedef struct {
TSTree *finished_tree;
bool is_split;
bool print_debugging_graphs;
TSTree scratch_tree;
} TSParser;
bool ts_parser_init(TSParser *);