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

Parse tree to AST code for Python 3.6-3.8. #6

Open
jriehl opened this issue Feb 23, 2021 · 0 comments
Open

Parse tree to AST code for Python 3.6-3.8. #6

jriehl opened this issue Feb 23, 2021 · 0 comments

Comments

@jriehl
Copy link
Contributor

jriehl commented Feb 23, 2021

The last coding push I made got stuck trying to make the AST-ifier code in Mython work exactly like Python for 3.6, 3.7, and 3.8. Looking for help with getting all test cases to pass before tackling Python 3.9 and later (which throws pgen right out the window).

Current code is in the better_astify branch.

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

No branches or pull requests

1 participant