tree-sitter/src/runtime
2015-12-15 22:26:42 -08:00
..
debugger.h Drop release functions from callback structs 2015-09-08 23:24:33 -07:00
document.c Include rows and columns in TSLength 2015-12-04 20:20:29 -08:00
document.h Add ts_document_invalidate, for forcing a full re-parse 2015-10-18 13:05:40 -07:00
language.c Move some ts_language functions to the right file 2015-11-20 12:00:49 -08:00
language.h Move some ts_language functions to the right file 2015-11-20 12:00:49 -08:00
length.h clang-format 2015-12-04 20:56:33 -08:00
lexer.c Record which tokens are fragile when lexing 2015-12-10 21:05:54 -08:00
lexer.h Include rows and columns in TSLength 2015-12-04 20:20:29 -08:00
node.c clang-format 2015-12-04 20:56:33 -08:00
node.h Remove TSLength from runtime header 2015-12-04 10:45:30 -08:00
parser.c Don't reuse fragile tokens across different parse stack heads 2015-12-15 22:26:42 -08:00
parser.h Track whether parse stack was split before consuming each lookahead 2015-12-10 13:00:27 -08:00
stack.c Pass reference to parser in stack's tree selection callback 2015-12-08 12:21:27 -08:00
stack.h Pass reference to parser in stack's tree selection callback 2015-12-08 12:21:27 -08:00
string_input.c Use individual args instead of TSLength in input seek function 2015-12-03 23:06:01 -08:00
string_input.h Move StringInput into its own file 2014-08-01 12:43:14 -07:00
tree.c Mark direct parents of errors as fragile 2015-12-06 20:31:10 -08:00
tree.h Include rows and columns in TSLength 2015-12-04 20:20:29 -08:00
vector.h Rename DEBUG macro to LOG 2015-11-20 11:50:50 -08:00