Split parsing from compiling
This lets us support `exec compile(ast.parse(s))`. Also, add 3-arg eval() support, and simple support for the _ast module.
Showing
test/tests/ast_test.py
0 → 100644
test/tests/compile_eval.py
0 → 100644
Please register or sign in to comment