HeyTomCat / ProgramLangs

Some small programming languages i coded myself
Other
1 stars 0 forks source link

Python Interpreter #6

Open CleverLemming1337 opened 5 months ago

CleverLemming1337 commented 5 months ago

Here's the current (incomplete) version: https://github.com/CleverLemming1337/ama-utils/blob/interpreter-python/interpreter-python/Main.py

Does everything look right?

HeyTomCat commented 5 months ago

I haven't yet understood the whole code, but it looks about right.
I am currently also working on an interpreter, later also a compiler and runtime environment of my own.