tree-sitter/src/runtime
2018-11-07 15:11:21 -08:00
..
alloc.h Cram terminal subtree data into a 64-bit integer when possible 2018-09-17 18:52:34 -07:00
array.h Revert "Store trees' children in TreeArrays, not w/ separate pointer and length" 2018-08-31 10:41:06 -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 Handle changes in included ranges when parsing incrementally 2018-11-07 15:10:24 -08:00
get_changed_ranges.h Handle changes in included ranges when parsing incrementally 2018-11-07 15:10:24 -08:00
language.c Make ts_language_symbol_for_name work for ERROR 2018-08-31 09:46:55 -07:00
language.h Avoid warnings about repeated typedefs 2018-05-17 17:59:50 -07:00
length.h Handle changes in included ranges when parsing incrementally 2018-11-07 15:10:24 -08:00
lexer.c Fix bug where missing token was inserted outside of any included range 2018-09-11 17:41:23 -07:00
lexer.h Fix bug where missing token was inserted outside of any included range 2018-09-11 17:41:23 -07:00
node.c Cram terminal subtree data into a 64-bit integer when possible 2018-09-17 18:52:34 -07:00
parser.c Handle changes in included ranges when parsing incrementally 2018-11-07 15:10:24 -08:00
point.h Handle changes in included ranges when parsing incrementally 2018-11-07 15:10:24 -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 🎨 Use NULL_SUBTREE constant in a few more places 2018-09-17 22:24:37 -07:00
stack.c 🎨 Use NULL_SUBTREE constant in a few more places 2018-09-17 22:24:37 -07:00
stack.h Cram terminal subtree data into a 64-bit integer when possible 2018-09-17 18:52:34 -07:00
subtree.c Fix invalid dot syntax when token names contain quotes or newlines 2018-11-04 15:25:30 -08:00
subtree.h Store subtree's lookahead byte count relative to its end offset 2018-11-02 15:23:38 -07:00
tree.c Reorder TSTreeCursor fields so it has the same structure as internal TreeCursor 2018-11-07 15:11:21 -08:00
tree.h Handle changes in included ranges when parsing incrementally 2018-11-07 15:10:24 -08:00
tree_cursor.c Reorder TSTreeCursor fields so it has the same structure as internal TreeCursor 2018-11-07 15:11:21 -08:00
tree_cursor.h Reorder TSTreeCursor fields so it has the same structure as internal TreeCursor 2018-11-07 15:11:21 -08:00
utf16.c Handle input chunks that end within multi-byte characters 2018-08-02 15:43:30 -07:00
utf16.h Handle input chunks that end within multi-byte characters 2018-08-02 15:43:30 -07:00