Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support type alias syntax PEP 695 (Python 3.12) #18

Closed
masad-frost opened this issue Oct 20, 2023 · 1 comment
Closed

Support type alias syntax PEP 695 (Python 3.12) #18

masad-frost opened this issue Oct 20, 2023 · 1 comment

Comments

@masad-frost
Copy link

there's a new type alias syntax

type Point = tuple[float, float]

Resources:

See also screenshot in lezer playground by @dralletje, this completely throws off the parser
image

@masad-frost
Copy link
Author

Issue is not very pressing given how well the parser seems to recover after a bit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant