In runtime, distinguish between anonymous and hidden nodes

This commit is contained in:
Max Brunsfeld 2015-09-05 22:29:17 -07:00
parent 5982b77c97
commit 9591c88f39
14 changed files with 420 additions and 270 deletions

View file

@ -43,7 +43,7 @@ describe("ParseStack", [&]() {
TSLength len = ts_length_make(2, 2);
for (size_t i = 0; i < tree_count; i++)
trees[i] = ts_tree_make_leaf(ts_builtin_sym_start + i, len, len, false);
trees[i] = ts_tree_make_leaf(ts_builtin_sym_start + i, len, len, TSNodeTypeNormal);
});
after_each([&]() {