tree-sitter / tree-sitter-c-sharp

C# Grammar for tree-sitter
MIT License
177 stars 48 forks source link

Fix ambiguity between cast and parenthesized invocation #250

Closed tamasvajk closed 1 year ago

tamasvajk commented 1 year ago

Fixes https://github.com/tree-sitter/tree-sitter-c-sharp/issues/175.

damieng commented 1 year ago

I'm okay with merging this even though the relationship behind conflicts vs prec.dynamic aren't clear.

tamasvajk commented 1 year ago

I'm okay with merging this even though the relationship behind conflicts vs prec.dynamic aren't clear.

Sounds good to me.