qb.js: An implementation of QBASIC in Javascript
Here is an implementation of QBASIC in Javascript.
Only text mode is supported. The most common commands (enough to run nibbles) are implemented. These include:
* Subs and functions
* Arrays
* User types
* Shared variables
* Loops
* Input from screen