Rework API completely
This commit is contained in:
parent
33f7643040
commit
e75ecd1bb1
31 changed files with 841 additions and 1075 deletions
|
|
@ -76,7 +76,7 @@ describe("Stack", [&]() {
|
|||
before_each([&]() {
|
||||
record_alloc::start();
|
||||
|
||||
ts_subtree_pool_init(&pool);
|
||||
pool = ts_subtree_pool_new(10);
|
||||
stack = ts_stack_new(&pool);
|
||||
|
||||
TSLanguage dummy_language;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue