tree-sitter/src/runtime
2016-07-04 12:20:23 -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 Remove unnecessary parser debugger accessors 2016-07-04 12:20:23 -07:00
document.h Fix leak of StringInput wrapper struct 2016-01-29 16:40:38 -08: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 Move tree sexp function back to tree, for easier use in debugger 2016-04-24 00:09:32 -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 Allow lookahead to be broken down further after performing reductions 2016-07-04 12:20:23 -07:00
parser.h Allow lookahead to be broken down further after performing reductions 2016-07-04 12:20:23 -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 Store error recovery actions in the normal parse table 2016-06-27 14:07:47 -07:00
stack.h Abort erroneous parse versions more eagerly 2016-06-02 14:04:48 -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 Remove unused tree state constant 2016-06-27 14:39:12 -07:00
tree.h Remove unused tree state constant 2016-06-27 14:39:12 -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