isaacg1 / pyth

Pyth, an extremely concise language. Try it here:
https://pyth.herokuapp.com/
MIT License
263 stars 57 forks source link

REPL doesn't support debug flag #203

Closed marknsikora closed 8 years ago

marknsikora commented 8 years ago

It would be nice if the repl supported the debug flag for interactive development. It looks like a simple change, just adding an if in the repl loop. I'll probably give this a try when I have some free time if no one beats me to it.