This repository has been archived by the owner on Sep 8, 2023. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support tuple index expressions in Rust lexer (rouge-ruby#1580)
Currently, the Rust lexer does not support tuple index expressions. This commit adds that support. To differentiate between tuple index expressions and field access expressions, the `Name::Attribute` token is used. Co-authored-by: Michael Camilleri <[email protected]>
- Loading branch information