mattbierner / atum

Javascript Interpreter in Functional-Style Javascript
MIT License
19 stars 2 forks source link

Delimit function calls #157

Closed mattbierner closed 10 years ago

mattbierner commented 10 years ago

Language function calls should be delimited and push their prompt into the "stack". This should give the debugger more info about control flow.