I saw a repl from someone else who made a python Interpreter. That project is bad, so I made a better one :)
This one still has a lot of problems. It says none after everything I type, and I can't assign variables. Also, why would you use x == 1 when you can just use while True?
I saw a repl from someone else who made a python Interpreter. That project is bad, so I made a better one :)
This one still has a lot of problems. It says none after everything I type, and I can't assign variables. Also, why would you use x == 1 when you can just use while True?