tree-sitter/include/tree_sitter
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
..
compiler.h Fix lint errors in public compiler header 2014-07-22 09:03:33 -07:00
parser.h Avoid building incomplete error nodes during lexing 2014-08-25 23:35:00 -07:00
runtime.h Add find_for_range function for Nodes 2014-08-25 09:31:27 -07:00