Rename ts_tree_assign_parents -> ts_tree_balance

This commit is contained in:
Max Brunsfeld 2018-05-10 09:13:46 -07:00
parent a53d0b43a1
commit 59694e60fa
3 changed files with 4 additions and 3 deletions

View file

@ -1336,7 +1336,7 @@ Tree *parser_parse(Parser *self, TSInput input, Tree *old_tree, bool halt_on_err
reusable_node_delete(&reusable_node);
ts_stack_clear(self->stack);
parser__set_cached_token(self, 0, NULL, NULL);
ts_tree_assign_parents(self->finished_tree, &self->tree_pool, self->language);
ts_tree_balance(self->finished_tree, &self->tree_pool, self->language);
LOG("done");
LOG_TREE();