tree-sitter/src/runtime
Max Brunsfeld e941f8c175 Fix error in document editing
When breaking down the stack in parser.c, the previous code
would not account for ubiquitous tokens. This was a problem
for a long time, but wasn't noticed until ubiquitous tokens
started being used to represent separator characters
2014-09-01 21:32:29 -07:00
..
document.c Fix overridden initializer warning in tree constructor 2014-08-27 22:06:27 -07:00
lexer.c Remove the separator characters construct 2014-09-01 20:19:43 -07:00
lexer.h Remove generated parsers' dependency on the runtime library 2014-07-30 23:40:02 -07:00
node.c Remove the separator characters construct 2014-09-01 20:19:43 -07:00
node.h Clarify distinction btwn tree padding, tree offset, node position 2014-08-28 13:22:06 -07:00
parser.c Fix error in document editing 2014-09-01 21:32:29 -07:00
parser.h Refactor parser and stack 2014-08-09 01:03:55 -07:00
stack.c Remove the separator characters construct 2014-09-01 20:19:43 -07:00
stack.h Fix error in document editing 2014-09-01 21:32:29 -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 Remove the separator characters construct 2014-09-01 20:19:43 -07:00
tree.h Remove the separator characters construct 2014-09-01 20:19:43 -07:00