You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: