Hide the details of TSNode's fields in the public API
This commit is contained in:
parent
ebddb1a0b5
commit
6fc8d9871c
7 changed files with 120 additions and 100 deletions
|
|
@ -11,6 +11,7 @@ struct TSTree {
|
|||
};
|
||||
|
||||
TSTree *ts_tree_new(const Subtree *root, const TSLanguage *language);
|
||||
TSNode ts_node_new(const TSTree *, const Subtree *, Length, TSSymbol);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue