Add a public function for printing debugging graphs

This commit is contained in:
Max Brunsfeld 2016-02-23 11:16:50 -08:00
parent b36143d7a7
commit abbc282950
4 changed files with 8 additions and 4 deletions

View file

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