| .. |
|
alloc.h
|
Fix some C code that MSVC doesn't like
|
2017-08-08 10:47:59 -07:00 |
|
array.h
|
Fix const/non-const mismatch in array_splice function
|
2018-06-14 12:03:59 -07:00 |
|
atomic.h
|
Use atomic operations for updating syntax tree reference counts
|
2018-05-09 17:36:03 -07:00 |
|
error_costs.h
|
Introduce an error cost per error instance to favor fewer errors
|
2018-04-06 13:26:18 -07:00 |
|
get_changed_ranges.c
|
Avoid one heap allocation when instantiating a TSTreeCursor
|
2018-05-16 16:05:08 -07:00 |
|
get_changed_ranges.h
|
Avoid one heap allocation when instantiating a TSTreeCursor
|
2018-05-16 16:05:08 -07:00 |
|
language.c
|
Rename Tree -> Subtree
|
2018-05-10 15:11:14 -07:00 |
|
language.h
|
Avoid warnings about repeated typedefs
|
2018-05-17 17:59:50 -07:00 |
|
length.h
|
Return a character count from the lexer's get_column method
|
2017-12-20 16:26:38 -08:00 |
|
lexer.c
|
Remove resume method, make parse resume by default
|
2018-06-19 15:33:29 -07:00 |
|
lexer.h
|
Avoid warnings about repeated typedefs
|
2018-05-17 17:59:50 -07:00 |
|
node.c
|
Avoid missing field initializer warnings w/o default field syntax
|
2018-06-14 11:12:04 -07:00 |
|
parser.c
|
Remove resume method, make parse resume by default
|
2018-06-19 15:33:29 -07:00 |
|
point.h
|
Avoid struct literal syntax in point functions
|
2017-08-08 10:42:21 -07:00 |
|
reduce_action.h
|
Rename RENAME rule to ALIAS, allow it to create anonymous nodes
|
2017-07-31 16:41:11 -07:00 |
|
reusable_node.h
|
Remove resume method, make parse resume by default
|
2018-06-19 15:33:29 -07:00 |
|
stack.c
|
Declare subtrees as const wherever possible
|
2018-05-11 15:06:13 -07:00 |
|
stack.h
|
Declare subtrees as const wherever possible
|
2018-05-11 15:06:13 -07:00 |
|
subtree.c
|
Re-enable subtree object pool after accidentally disabling it
|
2018-06-19 16:33:33 -07:00 |
|
subtree.h
|
Rephrase ts_subtree_array_copy to avoid conspicuous null case
|
2018-06-15 17:07:35 -07:00 |
|
tree.c
|
Cache parent nodes to speed up ts_node_parent in common cases
|
2018-05-29 16:00:32 -07:00 |
|
tree.h
|
Cache parent nodes to speed up ts_node_parent in common cases
|
2018-05-29 16:00:32 -07:00 |
|
tree_cursor.c
|
Explicitly initialize variable in ts_tree_cursor_goto_next_sibling
|
2018-06-18 10:48:32 -07:00 |
|
tree_cursor.h
|
Avoid one heap allocation when instantiating a TSTreeCursor
|
2018-05-16 16:05:08 -07:00 |
|
utf16.c
|
Handle out-of-bound read in utf16_iterate
|
2017-07-17 13:57:12 -07:00 |
|
utf16.h
|
Support UTF16 directly
|
2015-12-28 13:53:22 -08:00 |