tree-sitter/include
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
..
tree_sitter Avoid building incomplete error nodes during lexing 2014-08-25 23:35:00 -07:00