Skip to content

Support nested tuple indexing without parentheses t.0.0 #100

Closed
@mohammadfawaz

Description

@mohammadfawaz

#93 introduces support for tuple index expressions but does not allow t.0.0 to be parsed because the lexer tokenizes this as an identifier t followed by a dot . and then a real 0.0.

We can support this in two ways:

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions