Hi guys in the attachment you'll find the very first release of the Chipmonkey BASIC interpeter for Win32 (Linux and Haiku will follow soon). As you might guess (because of the name) it is based on Chipmunk BASIC 1.0 by David Gillespie. A documentation is part of the ZIP file as well as my newly introduced functions/statements are explained at the end of the doc.
It's a classical BASIC which uses line numbers and all programs are console mode only. It will only be available in 32 bit since the original source uses Assembler which isn't portable to 64 bit. Anyway it works fine on 64 bit operating systems for now.