tree-sitter/src/compiler/generate_code
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
..
c_code.cc Allow external scanners to refer to (and return) internally-defined tokens 2016-12-09 13:32:58 -08:00
c_code.h Merge branch 'flatten-rules-into-productions' 2015-10-02 23:46:39 -07:00