tree-sitter/src/compiler/prepare_grammar
Max Brunsfeld 1ca261c79b Fix some regex parsing bugs
* Allow escape sequences to be used in ranges
* Don't give special meaning to dashes outside of character classes
2018-04-06 12:46:06 -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 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 Avoid creating duplicate metadata rules 2018-03-28 10:03:09 -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 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