tree-sitter/src/runtime
2017-10-04 15:09:46 -07:00
..
alloc.h Fix some C code that MSVC doesn't like 2017-08-08 10:47:59 -07:00
array.h Replace general array_reverse with ts_tree_array_reverse 2017-08-07 12:44:33 -07:00
document.c Fix some C code that MSVC doesn't like 2017-08-08 10:47:59 -07:00
document.h Remove the TS prefix from some internal type/function names 2016-11-09 20:59:05 -08:00
error_costs.h Refactor error comparisons 2017-09-13 16:38:15 -07:00
get_changed_ranges.c Fix scan-build errors in get_changed_ranges 2017-08-07 10:35:06 -07:00
get_changed_ranges.h Refactor and fix bugs in tree comparison algorithm 2017-08-04 14:03:41 -07:00
language.c Remove 'extra' and 'structural' booleans from symbol metadata 2017-09-14 12:07:46 -07:00
language.h Rename RENAME rule to ALIAS, allow it to create anonymous nodes 2017-07-31 16:41:11 -07:00
length.h Fix some C code that MSVC doesn't like 2017-08-08 10:47:59 -07:00
lexer.c Always invalidate old chunk of text when parsing after an edit 2017-10-04 15:09:46 -07:00
lexer.h Always call deserialize on external scanner before scanning 2017-08-29 14:41:55 -07:00
node.c Get tests passing w/ new alias API 2017-08-01 14:35:34 -07:00
node.h Represent byte, char and tree counts as 32 bit numbers 2016-11-14 12:19:13 -08:00
parser.c Always invalidate old chunk of text when parsing after an edit 2017-10-04 15:09:46 -07:00
parser.h Clean up parser fields 2017-08-31 12:50:10 -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 Consolidate logic for deciding on a lookahead node 2017-08-31 12:19:37 -07:00
stack.c Include trees' dynamic precedence in debug graphs 2017-10-04 10:41:20 -07:00
stack.h Refactor error comparisons 2017-09-13 16:38:15 -07:00
string_input.c Add TSInput option to measure columns in bytes not characters 2017-06-15 16:35:34 -07:00
string_input.h Construct TSStringInput with explicit length. 2017-02-10 09:10:06 -05:00
tree.c Avoid empty initializer list in global constant 2017-08-07 14:46:23 -07:00
tree.h Replace general array_reverse with ts_tree_array_reverse 2017-08-07 12:44:33 -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