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
Copy Python's AST from Python.asdl into our frontend/syntax.asdl.
Write the "transformer" from pgen2's parse tree to the Python AST. (This code replaces semantic actions in most parsing systems.)
Not part of this task:
Write a dirt simple tree evaluator for the AST. (Copying Python's AST gives me some confidence that it's "right" without actually writing the evaluator.)
The text was updated successfully, but these errors were encountered:
Two parts to this:
Python.asdl
into ourfrontend/syntax.asdl
.Not part of this task:
The text was updated successfully, but these errors were encountered: