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

Feature/pep 701 syntactic formalization of f strings #1144

Closed
wants to merge 3 commits into from
Closed

Feature/pep 701 syntactic formalization of f strings #1144

wants to merge 3 commits into from

Conversation

Spitfire1900
Copy link
Contributor

Closes #1136

Add support for managing PEP 701.

@Spitfire1900
Copy link
Contributor Author

This approach is almost guarenteed a no-go vs minimally modifying the existing Grammer.txt or moving to the new PEG Parser; porting https://github.com/davidhalter/parso/blob/master/parso/python/grammar312.txt breaks too many test cases.

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

Successfully merging this pull request may close these issues.

Support 3.12 feature: PEP 701 – Syntactic formalization of f-strings
2 participants