tree-sitter/spec/compiler/prepare_grammar
Max Brunsfeld 52daffb3f3 Separate syntax rules into flat lists of symbols
This way, every ParseItem can be associated with a particular production
for its non-terminal. That lets us keep track of which productions are
involved in shift/reduce conflicts.
2015-02-16 22:11:03 -08:00
..
expand_repeats_spec.cc Separate syntax rules into flat lists of symbols 2015-02-16 22:11:03 -08:00
expand_tokens_spec.cc Move {Syntax,Lexical}Grammar into separate files 2015-01-14 21:10:41 -08:00
extract_choices_spec.cc Separate syntax rules into flat lists of symbols 2015-02-16 22:11:03 -08:00
extract_tokens_spec.cc Separate syntax rules into flat lists of symbols 2015-02-16 22:11:03 -08:00
flatten_grammar_spec.cc Separate syntax rules into flat lists of symbols 2015-02-16 22:11:03 -08:00
intern_symbols_spec.cc Move {Syntax,Lexical}Grammar into separate files 2015-01-14 21:10:41 -08:00
parse_regex_spec.cc Handle '\s' correctly in regexps 2014-09-07 16:05:43 -07:00