basicode-interpreter
basicode-interpreter copied to clipboard
BASICODE interpreter in Javascript
Problem: If program hangs interpreter in Firefox, after stopping the js script and refreshing the tab, the interpreter will autorun the bad program (even if you paste the url of...
If you backspace over the INPUT prompt "? " and enter text it hangs or throws a JS exception. Run the test program below and press BACKSPACE once and then...
It is too easy to accidentally hit Break when e.g. trying to hit Delete/Backspace on the screen keyboard. Maybe it could be changed to Shift+Break in order to stop. It...
Hi! I was using the basicode-interpreter to develop a BASICODE program. For this use-case it is really handy, but there is a major pitfall: it's very easy to write code...
Fixes a simple bug: see test. I have limited Javascript experience, so my code may not be idiomatic.