Add a public function for printing debugging graphs
This commit is contained in:
parent
b36143d7a7
commit
abbc282950
4 changed files with 8 additions and 4 deletions
|
|
@ -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 *);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue