marcelogdeandrade / PythonCompiler

Code used on "Writing your own programming language and compiler with Python" post
GNU General Public License v3.0
234 stars 53 forks source link

Only single-line code works #7

Closed iwl-lyam closed 2 years ago

iwl-lyam commented 3 years ago

So only single-line code works, so this is not possible:

print(1+1)
print(1+2)

Is there a workaround to this, or is this my error?

InsaneMiner commented 3 years ago

I have the same issue

drexhacker commented 2 years ago

This is just a base project not a complete language