tree-sitter/src/runtime
2016-09-03 22:45:18 -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 Improve error comparison criteria 2016-09-01 11:39:23 -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 Update parse count correctly when repairing errors & undoing reductions 2016-09-01 10:04:20 -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 Update parse count correctly when repairing errors & undoing reductions 2016-09-01 10:04:20 -07:00
stack.h Update parse count correctly when repairing errors & undoing reductions 2016-09-01 10:04:20 -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 Pretty-print unexpected EOF errors properly 2016-09-03 22:45:18 -07:00
tree.h Pretty-print unexpected EOF errors properly 2016-09-03 22:45:18 -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