tree-sitter/test/compiler/build_tables
Max Brunsfeld 2c043803f1 Be more conservative about avoiding lexing conflicts when merging states
This fixes a bug in the C++ grammar where the `>>` token was merged into
a state where it was previously not valid, but the `>` token *was*
valid. This caused nested templates like -

std::vector<std::pair<int, int>>

to not parse correctly.
2017-06-22 15:32:13 -07:00
..
lex_conflict_manager_test.cc Implement Rule as a union rather than an abstract base class 2017-03-17 13:29:31 -07:00
lex_item_test.cc Use simple CharacterSet constructor in LexItem test 2017-03-17 14:47:11 -07:00
lex_table_builder_test.cc Be more conservative about avoiding lexing conflicts when merging states 2017-06-22 15:32:13 -07:00
parse_item_set_builder_test.cc Implement Rule as a union rather than an abstract base class 2017-03-17 13:29:31 -07:00
rule_can_be_blank_test.cc Remove use of shared_ptr in choice, repeat, and seq factories 2017-03-17 14:28:13 -07:00