UFifty50 / pythOwOn-compiler

A Stack-Based VM for PythOwOn written in C
MIT License
6 stars 0 forks source link

multi-line statement in REPL #23

Open UFifty50 opened 2 years ago

UFifty50 commented 2 years ago

Implement scope within REPL so that code is not sent to be compiled and run until scope is ended.