mirror of
https://github.com/tree-sitter/tree-sitter.git
synced 2026-09-14 01:16:19 -04:00
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. |
||
|---|---|---|
| .. | ||
| build_tables | ||
| prepare_grammar | ||
| rules | ||
| util | ||