| .. |
|
alloc.h
|
Fix some C code that MSVC doesn't like
|
2017-08-08 10:47:59 -07:00 |
|
array.h
|
Start work on removing parent pointers
|
2018-05-09 12:22:19 -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
|
Rework API completely
|
2018-05-11 10:46:13 -07:00 |
|
get_changed_ranges.h
|
Rename Tree -> Subtree
|
2018-05-10 15:11:14 -07:00 |
|
language.c
|
Rename Tree -> Subtree
|
2018-05-10 15:11:14 -07:00 |
|
language.h
|
Rename Tree -> Subtree
|
2018-05-10 15:11:14 -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
|
Rename Tree -> Subtree
|
2018-05-10 15:11:14 -07:00 |
|
lexer.h
|
Rename Tree -> Subtree
|
2018-05-10 15:11:14 -07:00 |
|
node.c
|
Rework API completely
|
2018-05-11 10:46:13 -07:00 |
|
parser.c
|
Rename ts_subtree_make_* -> ts_subtree_new_*
|
2018-05-11 13:02:12 -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
|
Rework API completely
|
2018-05-11 10:46:13 -07:00 |
|
stack.c
|
Rename TSExternalTokenState -> ExternalScannerState
|
2018-05-11 12:57:41 -07:00 |
|
stack.h
|
Rename Tree -> Subtree
|
2018-05-10 15:11:14 -07:00 |
|
string_input.c
|
Rework API completely
|
2018-05-11 10:46:13 -07:00 |
|
string_input.h
|
Rework API completely
|
2018-05-11 10:46:13 -07:00 |
|
subtree.c
|
Rename ts_subtree_make_* -> ts_subtree_new_*
|
2018-05-11 13:02:12 -07:00 |
|
subtree.h
|
Rename ts_subtree_make_* -> ts_subtree_new_*
|
2018-05-11 13:02:12 -07:00 |
|
tree.c
|
Rework API completely
|
2018-05-11 10:46:13 -07:00 |
|
tree.h
|
Rework API completely
|
2018-05-11 10:46:13 -07:00 |
|
tree_cursor.c
|
Rework API completely
|
2018-05-11 10:46:13 -07:00 |
|
tree_cursor.h
|
Rework API completely
|
2018-05-11 10:46:13 -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 |