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
Hi, Professor Jeremy Siek. I'm reading Essentials of Compilation An Incremental Approach in Python. I'd like to thank you for writing such a nice book about compilers.
I've downloaded the related source codes. But when I typed python3.10 run-tests.py, The shell shows me Traceback (most recent call last): File "/root/compiler/python-student-support-code/run-tests.py", line 15, in <module> run_tests('var', compiler, 'var', TypeError: run_tests() missing 1 required positional argument: 'interp_C'
How can I fix this problem?
The text was updated successfully, but these errors were encountered:
Hi, Professor Jeremy Siek. I'm reading Essentials of Compilation An Incremental Approach in Python. I'd like to thank you for writing such a nice book about compilers.
I've downloaded the related source codes. But when I typed
python3.10 run-tests.py,
The shell shows meTraceback (most recent call last): File "/root/compiler/python-student-support-code/run-tests.py", line 15, in <module> run_tests('var', compiler, 'var', TypeError: run_tests() missing 1 required positional argument: 'interp_C'
How can I fix this problem?
The text was updated successfully, but these errors were encountered: