tree-sitter/spec/runtime
Max Brunsfeld 77941c85ff Avoid building incomplete error nodes during lexing
The lexer doesn't know the expected symbols, so it doesn't have enough
information to construct error nodes. Now, when it encounters an invalid
character, it returns NULL and the parser builds a correct error node.
2014-08-25 23:35:00 -07:00
..
helpers Remove unit test on parser 2014-08-09 00:00:20 -07:00
languages Avoid building incomplete error nodes during lexing 2014-08-25 23:35:00 -07:00
document_spec.cc Allow multiple top-level nodes 2014-08-09 00:00:20 -07:00
node_spec.cc Fix position calculation in node_find_for_range 2014-08-25 15:52:17 -07:00
runtime_spec_helper.h Tweak header include paths in tests 2014-06-23 18:50:03 -07:00
runtime_specs.cc Fix indentation in specs 2014-08-07 08:11:21 -07:00
stack_spec.cc Refactor parser and stack 2014-08-09 01:03:55 -07:00
tree_spec.cc Fix indentation in specs 2014-08-07 08:11:21 -07:00