tree-sitter/src/runtime
2017-07-31 16:41:11 -07:00
..
alloc.h Abort if malloc fails 2016-11-05 21:23:23 -07:00
array.h Avoid including trailing extra tokens within error nodes unnecessarily 2017-02-19 21:21:54 -08:00
document.c Remove length restriction in external scanner serialization API 2017-07-17 17:12:36 -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 version-pruning criteria based on pushed node count 2017-07-02 23:42:23 -07:00
error_costs.h Prune unneeded stack versions based on a depth criteria 2017-06-30 17:49:09 -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 error in changed ranges calculation 2017-01-27 23:47:34 -08:00
lexer.c Remove length restriction in external scanner serialization API 2017-07-17 17:12:36 -07:00
lexer.h Remove length restriction in external scanner serialization API 2017-07-17 17:12:36 -07:00
node.c Rename RENAME rule to ALIAS, allow it to create anonymous nodes 2017-07-31 16:41:11 -07:00
node.h Represent byte, char and tree counts as 32 bit numbers 2016-11-14 12:19:13 -08:00
parser.c Rename RENAME rule to ALIAS, allow it to create anonymous nodes 2017-07-31 16:41:11 -07:00
parser.h Add an option to immediately halt on syntax error 2017-05-01 13:50:49 -07:00
point.h Remove the TS prefix from some internal type/function names 2016-11-09 20:59:05 -08: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 Avoid use-after-free of external token states 2017-06-27 14:54:27 -07:00
stack.c Remove length restriction in external scanner serialization API 2017-07-17 17:12:36 -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 Rename RENAME rule to ALIAS, allow it to create anonymous nodes 2017-07-31 16:41:11 -07:00
tree.h Rename RENAME rule to ALIAS, allow it to create anonymous nodes 2017-07-31 16:41:11 -07:00
tree_path.h Rename RENAME rule to ALIAS, allow it to create anonymous nodes 2017-07-31 16:41:11 -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