...It also serves as an exapmle on how to create an interpreter with QBASIC.
The interpreter is written in QBASIC, and is licensed under the GNU GPLv2.
About the unixname:
The "shortname" of the project was a typo, but it was too late when I actually realised it.
Features that still need to be implemented:
Boolean expressions (IF) (If I ever find a flexible way to implement them, because you can't parse user input to a boolean command in QBASIC, without using a dynamically changed BAS file, which is going to fail if using it compilled)
The source code should be compiled with either QB64, QuickBASIC or freeBASIC (with the -lang qb switch enabled