Implement ts_document_parse_and_get_changed_ranges
This commit is contained in:
parent
3014101104
commit
b3140b2689
9 changed files with 274 additions and 141 deletions
|
|
@ -26,7 +26,8 @@ typedef struct {
|
|||
TSTree *cached_token;
|
||||
size_t cached_token_byte_index;
|
||||
ReusableNode reusable_node;
|
||||
TreeArray tree_stack;
|
||||
TreePath tree_path1;
|
||||
TreePath tree_path2;
|
||||
} Parser;
|
||||
|
||||
bool parser_init(Parser *);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue