tree-sitter/src/runtime
2017-01-08 22:06:05 -08:00
..
alloc.h Abort if malloc fails 2016-11-05 21:23:23 -07:00
array.h Represent byte, char and tree counts as 32 bit numbers 2016-11-14 12:19:13 -08:00
document.c Call external scanner functions when lexing 2016-12-02 22:03:48 -08:00
document.h Remove the TS prefix from some internal type/function names 2016-11-09 20:59:05 -08:00
error_costs.h Remove generated parsers' dependency on runtime.h 2016-10-05 14:02:49 -07:00
language.c Represent byte, char and tree counts as 32 bit numbers 2016-11-14 12:19:13 -08:00
language.h Tweak naming and organization of external-scanner related language fields 2016-12-21 11:24:41 -08:00
length.h Represent byte, char and tree counts as 32 bit numbers 2016-11-14 12:19:13 -08:00
lexer.c Store external token states in the parse stack 2017-01-08 22:06:05 -08:00
lexer.h Store external token states in the parse stack 2017-01-08 22:06:05 -08:00
node.c Add serialize, deserialize and reset callbacks to external scanners 2016-12-20 13:12:01 -08:00
node.h Represent byte, char and tree counts as 32 bit numbers 2016-11-14 12:19:13 -08:00
parser.c Store external token states in the parse stack 2017-01-08 22:06:05 -08:00
parser.h Move reusable node functions to their own file 2017-01-05 10:07:27 -08:00
point.h Remove the TS prefix from some internal type/function names 2016-11-09 20:59:05 -08:00
reduce_action.h Represent byte, char and tree counts as 32 bit numbers 2016-11-14 12:19:13 -08:00
reusable_node.h Move reusable node functions to their own file 2017-01-05 10:07:27 -08:00
stack.c Store external token states in the parse stack 2017-01-08 22:06:05 -08:00
stack.h Add ability to store external token state per stack version 2017-01-04 21:22:23 -08:00
string_input.c Represent byte, char and tree counts as 32 bit numbers 2016-11-14 12:19:13 -08:00
string_input.h Move StringInput into its own file 2014-08-01 12:43:14 -07:00
tree.c Add test for retrieving last external token state in a Tree 2017-01-04 21:23:04 -08:00
tree.h Restore external scanner's state only after repositioning lexer 2016-12-21 13:59:56 -08:00
tree_path.h Avoid referencing invalid union member in tree_path_descend 2016-12-21 13:21:21 -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