tree-sitter/spec/runtime/languages
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
..
arithmetic Allow multiple top-level nodes 2014-08-09 00:00:20 -07:00
golang Trim trailing whitespace 2014-06-16 21:33:35 -07:00
javascript Allow multiple top-level nodes 2014-08-09 00:00:20 -07:00
json Avoid building incomplete error nodes during lexing 2014-08-25 23:35:00 -07:00
language_specs.cc Allow multiple top-level nodes 2014-08-09 00:00:20 -07:00