tree-sitter/src/compiler/prepare_grammar
2018-06-15 09:15:12 -07:00
..
expand_repeats.cc Rename word_rule -> word_token 2018-06-15 09:15:12 -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 Rename word_rule -> word_token 2018-06-15 09:15:12 -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 Rename word_rule -> word_token 2018-06-15 09:15:12 -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 Rename word_rule -> word_token 2018-06-15 09:15:12 -07:00
intern_symbols.cc Rename word_rule -> word_token 2018-06-15 09:15:12 -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 Rename word_rule -> word_token 2018-06-15 09:15:12 -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