Implement ts_document_parse_and_get_changed_ranges

This commit is contained in:
Max Brunsfeld 2016-09-22 18:02:11 -07:00
parent 3014101104
commit b3140b2689
9 changed files with 274 additions and 141 deletions

View file

@ -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 *);