tree-sitter/src/runtime
2016-06-15 10:17: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 Fix false positive when marking nodes unreusable due to ambiguity 2016-05-30 14:16:55 -07:00
language.h Discard tokens after error detection to find the best repair 2016-05-11 13:49:43 -07:00
length.h clang-format 2015-12-04 20:56:33 -08:00
lexer.c Don't create error node in lexer unless token is completely invalid 2016-05-26 14:15:10 -07:00
lexer.h Don't create error node in lexer unless token is completely invalid 2016-05-26 14:15:10 -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 recoveries that skip leading children of invisible trees 2016-06-14 14:48:35 -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 Remove unused functions 2016-06-15 10:17:54 -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 functions 2016-06-15 10:17:54 -07:00
tree.h Remove unused functions 2016-06-15 10:17:54 -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