tree-sitter/spec
Max Brunsfeld 10b51a05a1 Allow external scanners to refer to (and return) internally-defined tokens
Tokens that are defined in the grammar's rules may now be included in the
externals list also, so that external scanners can check if they are valid
lookaheads or not, and if so, can return them to the parser if needed.
2016-12-09 13:32:58 -08:00
..
compiler Silence missing intializer warnings in compiler unit tests 2016-12-05 16:37:06 -08:00
fixtures Allow external scanners to refer to (and return) internally-defined tokens 2016-12-09 13:32:58 -08:00
helpers Start work on external tokens 2016-12-02 16:24:19 -08:00
integration Allow external scanners to refer to (and return) internally-defined tokens 2016-12-09 13:32:58 -08:00
runtime Clean up some methods in parser.c 2016-11-14 17:25:55 -08:00
spec_helper.h Fix leaked lookahead trees in normal parsing 2016-01-29 17:31:43 -08:00
specs.cc Unify test targets, use externally defined languages as fixtures 2016-01-15 11:19:24 -08:00