tree-sitter / tree-sitter-rust

Rust grammar for tree-sitter
MIT License
341 stars 97 forks source link

Disambiguate parenthesized range expressions from call expressions #100

Closed resolritter closed 3 years ago

resolritter commented 3 years ago

closes https://github.com/tree-sitter/tree-sitter-rust/issues/86

osa1 commented 3 years ago

Would be good to merge this :+1:

maxbrunsfeld commented 3 years ago

Thanks @resolritter. Great work, and sorry for the delay.

aryx commented 2 years ago

Can this PR be responsible for https://github.com/tree-sitter/tree-sitter-rust/issues/121?

aryx commented 2 years ago

Can this PR be responsible for the parsing error in https://github.com/tree-sitter/tree-sitter-rust/issues/107 ?

resolritter commented 2 years ago

@aryx see https://github.com/tree-sitter/tree-sitter-rust/pull/127