tree-sitter/test/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_test.cc Represent repetitions with associative structure 2018-02-12 11:41:56 -08:00
expand_tokens_test.cc Avoid unicode literals in tests 2017-08-08 17:10:08 -07:00
extract_choices_test.cc Remove use of shared_ptr in choice, repeat, and seq factories 2017-03-17 14:28:13 -07:00
extract_tokens_test.cc Never move the start rule of a grammar into the lexical grammar 2017-12-07 11:50:27 -08:00
flatten_grammar_test.cc Use a constructor rather than aggregate initialization for Production 2017-08-08 10:41:54 -07:00
intern_symbols_test.cc Be less conservative in merging parse states with external tokens 2018-03-16 16:00:40 -07:00
parse_regex_test.cc Fix some regex parsing bugs 2018-04-06 12:46:06 -07:00