Hide TSTree, expose TSNode
This commit is contained in:
parent
02904085c2
commit
b3385f20c8
13 changed files with 333 additions and 122 deletions
|
|
@ -1,6 +1,6 @@
|
|||
#include "tree_sitter/runtime.h"
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
#include "tree_sitter/parser.h"
|
||||
#include "runtime/tree.h"
|
||||
|
||||
static TSTree * ts_tree_make(TSSymbol symbol, size_t size, size_t offset, int is_hidden) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue