QuickerBasic is a BASIC compiler which aims for nearly complete compatibility with QuickBasic 4.5 while extending features of the language. This release represents the first complete end-to-end implementation of QuickerBasic.
While this release only implements a small subset of the intended feature set, the compiler has extensive framework in place to facilitate rapid improvement.
QuickerBasic uses GCC as its code generator, meaning that most GNU development tools can be used in conjunction with QuickerBasic. The interface provided is command-line based. At the moment only binaries for the win32-x86 platform are provided.
Win32 binaries can be found at http://prdownloads.sourceforge.net/qkrbasic/qkrbasic-0.1b-win32.zip?download
Source can be found at http://prdownloads.sourceforge.net/qkrbasic/qkrbasic-0.1b-src.zip?download