tree-sitter/src/runtime
2016-08-31 17:29:14 -07:00
..
alloc.h In tests, don’t record allocations while printing debug graphs 2016-05-16 10:44:19 -07:00
array.h Handle allocation failures when copying tree arrays 2016-06-14 14:46:49 -07:00
debugger.h Drop release functions from callback structs 2015-09-08 23:24:33 -07:00
document.c Replace ts_parser -> parser 2016-08-29 12:08:58 -07:00
document.h Replace ts_parser -> parser 2016-08-29 12:08:58 -07:00
error_costs.h Add push_count to stack, use it in error comparisons 2016-08-31 17:29:14 -07:00
language.c Store error recovery actions in the normal parse table 2016-06-27 14:07:47 -07:00
language.h Store error recovery actions in the normal parse table 2016-06-27 14:07:47 -07:00
length.h clang-format 2015-12-04 20:56:33 -08:00
lexer.c Refine logic for deciding when tokens need to be re-lexed 2016-06-21 07:28:04 -07:00
lexer.h Refine logic for deciding when tokens need to be re-lexed 2016-06-21 07:28:04 -07:00
node.c Mark repeat symbols as anonymous 2016-07-17 10:44:08 -07:00
node.h Don't create error node in lexer unless token is completely invalid 2016-05-26 14:15:10 -07:00
parser.c Ensure the correct error stats are used when aborting versions immediately 2016-08-31 14:29:34 -07:00
parser.h Replace ts_parser -> parser 2016-08-29 12:08:58 -07:00
reduce_action.h Discard tokens after error detection to find the best repair 2016-05-11 13:49:43 -07:00
stack.c Add push_count to stack, use it in error comparisons 2016-08-31 17:29:14 -07:00
stack.h Add push_count to stack, use it in error comparisons 2016-08-31 17:29:14 -07:00
string_input.c Rename Vector -> Array 2016-02-17 20:41:29 -08:00
string_input.h Move StringInput into its own file 2014-08-01 12:43:14 -07:00
tree.c Fix some inconsistencies in error cost calculation 2016-08-31 10:51:59 -07:00
tree.h Fix some inconsistencies in error cost calculation 2016-08-31 10:51:59 -07:00
utf16.c Support UTF16 directly 2015-12-28 13:53:22 -08:00
utf16.h Support UTF16 directly 2015-12-28 13:53:22 -08:00