tree-sitter/test/compiler/prepare_grammar
Max Brunsfeld 493db39363 Never move the start rule of a grammar into the lexical grammar
This preserves a useful invariant that the root node of the AST is never
a token.
2017-12-07 11:50:27 -08:00
..
expand_repeats_test.cc Fix compile warnings 2017-07-12 22:08:36 -07: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 Fix compile warnings 2017-07-12 22:08:36 -07:00
parse_regex_test.cc Remove use of shared_ptr in choice, repeat, and seq factories 2017-03-17 14:28:13 -07:00