tree-sitter/src/runtime
Max Brunsfeld 1142e05873 Copy lookahead state to the stack before pushing it to the vector
Valgrind caught this. If the vector needs to grow, the original pointer will
become invalid when the buffer is realloc'd
2016-01-13 13:49:32 -08:00
..
debugger.h Drop release functions from callback structs 2015-09-08 23:24:33 -07:00
document.c Remove nested options structs in Tree 2015-12-22 14:20:58 -08:00
document.h Add ts_document_invalidate, for forcing a full re-parse 2015-10-18 13:05:40 -07:00
language.c clang-format 2015-12-29 21:17:31 -08:00
language.h clang-format 2015-12-29 21:17:31 -08:00
length.h clang-format 2015-12-04 20:56:33 -08:00
lexer.c Support UTF16 directly 2015-12-28 13:53:22 -08:00
lexer.h Include rows and columns in TSLength 2015-12-04 20:20:29 -08:00
node.c Remove nested options structs in Tree 2015-12-22 14:20:58 -08:00
node.h Remove TSLength from runtime header 2015-12-04 10:45:30 -08:00
parser.c Copy lookahead state to the stack before pushing it to the vector 2016-01-13 13:49:32 -08:00
parser.h Remove stack head after it is accepted 2015-12-24 22:04:20 -08:00
stack.c Remove nested options structs in Tree 2015-12-22 14:20:58 -08:00
stack.h Remove TreeSelectionCallback struct 2015-12-17 12:09:06 -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 clang-format 2015-12-24 22:05:54 -08:00
tree.h clang-format 2015-12-24 22:05:54 -08: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
vector.h Rename DEBUG macro to LOG 2015-11-20 11:50:50 -08:00