tree-sitter/lib/src
2022-11-14 12:20:39 -08:00
..
unicode Expand on query docs 2019-10-30 10:26:10 -07:00
alloc.c Simplify allocation-recording in test suite using new ts_set_allocator API 2021-12-30 16:09:07 -08:00
alloc.h Simplify allocation-recording in test suite using new ts_set_allocator API 2021-12-30 16:09:07 -08:00
array.h Remove unnecessary cast 2022-09-21 20:17:30 -04:00
atomic.h Fix compilation with TinyCC 2020-10-21 15:41:19 +08:00
clock.h
error_costs.h
get_changed_ranges.c Delete unused code, tweak whitespace 2022-01-19 16:54:57 -08:00
get_changed_ranges.h
host.h Make SubtreeInlineData work on Big-Endian 2021-12-24 16:47:10 +01:00
language.c Delete unused code, tweak whitespace 2022-01-19 16:54:57 -08:00
language.h Handle backslashes in token names when printing DOT debug graphs 2022-06-25 17:13:11 -07:00
length.h Tolerate tree edits whose old range extends beyond the end of the tree 2022-08-25 10:20:40 -07:00
lexer.c Fix suppression of empty tokens during error handling at included range boundaries 2022-11-14 12:20:39 -08:00
lexer.h When editing, properly invalidate trees that depend on get_column 2021-03-11 14:46:13 -08:00
lib.c Allow to change the allocator dynamically 2021-12-17 20:16:20 +08:00
node.c Fix crash in ts_node_field_name_for_child when no children are present 2022-07-27 12:26:35 +02:00
parser.c Fix suppression of empty tokens during error handling at included range boundaries 2022-11-14 12:20:39 -08:00
point.h Change goto_first_child_for_{byte,point} to compare nodes' ranges inclusively 2022-02-04 12:38:33 -08:00
query.c Add explicit casting for array capacities 2022-09-21 15:52:44 -04:00
reduce_action.h
reusable_node.h Allocate parent nodes together with their child array 2020-10-23 12:15:44 -07:00
stack.c Add explicit casting for array capacities 2022-09-21 15:52:44 -04:00
stack.h Store the lookahead subtree of paused stack versions, not just the lookahead symbol 2022-02-22 09:45:26 -08:00
subtree.c Merge pull request #1845 from tree-sitter/root-node-with-offset 2022-08-25 10:51:20 -07:00
subtree.h Fix integer size of subtree's child count field 2022-09-08 11:02:42 -07:00
tree.c Fix adjustment of trees' included ranges on edits 2022-11-07 16:52:19 -08:00
tree.h Remove interior mutability for parent-node caching in Tree 2021-05-20 13:56:26 -07:00
tree_cursor.c Change goto_first_child_for_{byte,point} to compare nodes' ranges inclusively 2022-02-04 12:38:33 -08:00
tree_cursor.h query: Handle captured wildcard nodes at the root of patterns 2020-10-08 12:34:08 -07:00
unicode.h