tree-sitter/src/compiler/prepare_grammar
Max Brunsfeld b7d0606fbd Be less conservative in merging parse states with external tokens
Also, clean up the internal representation of external tokens
2018-03-16 16:00:40 -07:00
..
expand_repeats.cc Represent repetitions with associative structure 2018-02-12 11:41:56 -08:00
expand_repeats.h Implement Rule as a union rather than an abstract base class 2017-03-17 13:29:31 -07:00
expand_tokens.cc Remove use of shared_ptr in choice, repeat, and seq factories 2017-03-17 14:28:13 -07:00
expand_tokens.h Implement Rule as a union rather than an abstract base class 2017-03-17 13:29:31 -07:00
extract_choices.cc Remove use of shared_ptr in choice, repeat, and seq factories 2017-03-17 14:28:13 -07:00
extract_choices.h Implement Rule as a union rather than an abstract base class 2017-03-17 13:29:31 -07:00
extract_tokens.cc Be less conservative in merging parse states with external tokens 2018-03-16 16:00:40 -07:00
extract_tokens.h Implement Rule as a union rather than an abstract base class 2017-03-17 13:29:31 -07:00
flatten_grammar.cc Don't allow an epsilon start rule if it is used in other rules 2018-01-23 17:05:28 -08:00
flatten_grammar.h Allow anonymous tokens to be used in grammars' external token lists 2017-03-17 16:31:29 -07:00
initial_syntax_grammar.h Add a way to automatically inline rules 2017-07-11 23:13:44 -07:00
intern_symbols.cc Be less conservative in merging parse states with external tokens 2018-03-16 16:00:40 -07:00
intern_symbols.h Implement Rule as a union rather than an abstract base class 2017-03-17 13:29:31 -07:00
interned_grammar.h Be less conservative in merging parse states with external tokens 2018-03-16 16:00:40 -07:00
normalize_rules.cc Remove use of shared_ptr in choice, repeat, and seq factories 2017-03-17 14:28:13 -07:00
normalize_rules.h Normalize lexical grammar rules before constructing lex table 2015-10-11 16:56:00 -07:00
parse_regex.cc Remove wrong handling of \a in a regex 2017-12-12 16:50:53 -08:00
parse_regex.h Implement Rule as a union rather than an abstract base class 2017-03-17 13:29:31 -07:00
prepare_grammar.cc Implement Rule as a union rather than an abstract base class 2017-03-17 13:29:31 -07:00
prepare_grammar.h Implement Rule as a union rather than an abstract base class 2017-03-17 13:29:31 -07:00
token_description.cc Remove use of shared_ptr in choice, repeat, and seq factories 2017-03-17 14:28:13 -07:00
token_description.h Implement Rule as a union rather than an abstract base class 2017-03-17 13:29:31 -07:00