tree-sitter/src/runtime
2016-06-22 14:10:54 -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 Add a public function for printing debugging graphs 2016-02-23 11:16:50 -08:00
document.h Fix leak of StringInput wrapper struct 2016-01-29 16:40:38 -08:00
language.c Remove the error action; a lack of actions implies an error. 2016-06-21 22:53:48 -07:00
language.h Remove the error action; a lack of actions implies an error. 2016-06-21 22:53:48 -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 Clean up main parse loop 2016-06-22 14:10:54 -07:00
parser.h Discard tokens after error detection to find the best repair 2016-05-11 13:49:43 -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 Display node positions in tooltips in debugging graphs 2016-06-15 11:06:00 -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 Refine logic for deciding when tokens need to be re-lexed 2016-06-21 07:28:04 -07:00
tree.h Refine logic for deciding when tokens need to be re-lexed 2016-06-21 07:28:04 -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