tree-sitter/test/compiler
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
..
build_tables Be more conservative about avoiding lexing conflicts when merging states 2017-06-22 15:32:13 -07:00
prepare_grammar Allow anonymous tokens to be used in grammars' external token lists 2017-03-17 16:31:29 -07:00
rules Remove use of shared_ptr in choice, repeat, and seq factories 2017-03-17 14:28:13 -07:00
util Rename spec -> test 2017-03-09 20:40:01 -08:00