BASIC Compiler/InterpreterBASIC interpreter and compiler...
basic32-2.0.zip - archive of the basic 2.0 files compiled for 32 bit windows.
basic64-2.0.zip - archive of the basic 2.0 files compiled for 64 bit windows.
basic.exe - this is the basic interpreter.
winbasic.exe - this is the graphical basic interpreter.
bc.exe - this is the basic compiler.
nasm.exe - this is the NASM assembly language.
GoLink.exe - this is the GoLink linker.
basic.dll - this is the basic dynmaic linked library (DLL).
macros64.asm - this is the basic 64 bit macro definition file.
macros.asm - this is the basic 32 bit macro definition file.
The BASIC programming language is a beginners all purposse compuer programming language.
This implementation of BASIC allows you to call machine language functions in DLL
files. This offers a grate deal of functionality.
The compiler/interpreter has
an eval() function.
The BASIC interpreter and compiler are written in STL
standard C++.
The BAISC compiler and interpreter are similar to DOS qBASIC.
You will need nasm assembly language
and a linker if you want to use the BASIC compiler.