tree-sitter/src/runtime
2014-08-30 21:39:55 -07:00
..
document.c Fix overridden initializer warning in tree constructor 2014-08-27 22:06:27 -07:00
lexer.c Assign sizes to error nodes in handle_error 2014-08-28 18:35:30 -07:00
lexer.h Remove generated parsers' dependency on the runtime library 2014-07-30 23:40:02 -07:00
node.c Tweak formatting in node.c 2014-08-28 13:30:02 -07:00
node.h Clarify distinction btwn tree padding, tree offset, node position 2014-08-28 13:22:06 -07:00
parser.c Fix size calculation for error nodes 2014-08-29 13:22:03 -07:00
parser.h Refactor parser and stack 2014-08-09 01:03:55 -07:00
stack.c Realloc parse stack when it grows to its capacity 2014-08-30 21:39:55 -07:00
stack.h Realloc parse stack when it grows to its capacity 2014-08-30 21:39:55 -07:00
string_input.c Move StringInput into its own file 2014-08-01 12:43:14 -07:00
string_input.h Move StringInput into its own file 2014-08-01 12:43:14 -07:00
tree.c Clarify distinction btwn tree padding, tree offset, node position 2014-08-28 13:22:06 -07:00
tree.h Clarify distinction btwn tree padding, tree offset, node position 2014-08-28 13:22:06 -07:00