tree-sitter/spec/runtime
Max Brunsfeld 1cc7e32e2d Fix handling of tokens consisting of separator characters
The parser is no longer hard-coded to skip whitespace. Tokens
such as newlines, whose characters overlap with the separator
characters, can now be correctly recognized.
2014-04-03 19:10:09 -07:00
..
helpers Make explicit char * -> string conversion in test helper 2014-03-22 19:27:07 -07:00
languages Fix handling of tokens consisting of separator characters 2014-04-03 19:10:09 -07:00
language_specs.cc Add golang example grammar 2014-03-29 16:29:34 -07:00
node_position_spec.cc Collapse nodes with only one child and no additional text content 2014-03-26 00:10:59 -07:00
parser_spec.cc Collapse nodes with only one child and no additional text content 2014-03-26 00:10:59 -07:00
runtime_spec_helper.h Separate spec helpers files for compiler and runtime specs 2014-03-08 15:26:27 -08:00
runtime_specs.cc Fix incremental parsing 2014-03-19 19:27:31 -07:00
tree_spec.cc Construct entire parse table statically 2014-03-25 19:34:17 -07:00