tree-sitter/src/runtime
2017-08-30 16:36:02 -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.c Remove depth-based error-recovery pruning criteria 2017-08-09 09:53:41 -07:00
error_costs.h Prune unneeded stack versions based on a depth criteria 2017-06-30 17:49:09 -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 Rename RENAME rule to ALIAS, allow it to create anonymous nodes 2017-07-31 16:41:11 -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 call deserialize on external scanner before scanning 2017-08-29 14:41:55 -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 Simplify parser__condense_stack function 2017-08-30 16:36:02 -07:00
parser.h Add an option to immediately halt on syntax error 2017-05-01 13:50:49 -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 Fix some C code that MSVC doesn't like 2017-08-08 10:47:59 -07:00
stack.c Use __forceinline keyword instead of always_inline attribute on windows 2017-08-07 12:44:33 -07:00
stack.h Remove unneeded parameters from public interface of stack_iterate callback 2017-06-29 16:43:56 -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