I'm working on the next release of Tiny Basic. Here's the latest list of enhancements:
Before I release Tiny Basic 1.2, I still want to add these features:
- Added GOSUB/RETURN statements.
- Added TITLEBAR statement for the interpreter console.
- Increased program lines from 100 to 1024.
- Rewrote the MEM code.
- Added runtime error handling in the interpreter. It trys to recover to the READY prompt.
- Created test program for the interpreter (i.e. primitive unit testing).
Before I release Tiny Basic 1.2, I still want to add these features:
- String variables (i.e. a$ -- z$).
- FOR/NEXT loops
- Fix known bugs in current version.
Comments