tree-sitter/src/compiler/prepare_grammar
Max Brunsfeld e17cd42e47 Perform keyword optimization using explicitly selected word token
rather than trying to infer the word token automatically.

Co-Authored-By: Ashi Krishnan <queerviolet@github.com>
2018-06-14 09:35:54 -07:00
..
expand_repeats.cc Perform keyword optimization using explicitly selected word token 2018-06-14 09:35:54 -07: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 Add error message for TSCompileErrorTypeInvalidTokenContents 2018-03-30 21:12:09 +02: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 Perform keyword optimization using explicitly selected word token 2018-06-14 09:35:54 -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 Perform keyword optimization using explicitly selected word token 2018-06-14 09:35:54 -07: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 Perform keyword optimization using explicitly selected word token 2018-06-14 09:35:54 -07:00
intern_symbols.cc Perform keyword optimization using explicitly selected word token 2018-06-14 09:35:54 -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 Perform keyword optimization using explicitly selected word token 2018-06-14 09:35:54 -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 Fix some regex parsing bugs 2018-04-06 12:46:06 -07: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