|
Simply KoolB is a very simple BASIC compiler and Integrated Development Environment (IDE for short). It's features include:
- Windows and Linux support
- 7 BASIC commands
- All "Notepad" editor capabilities
- Syntax highligting
- Smart compiling and linking
- 2 KB of program bloat
- Complete C++ source code included
Although you can use Simply KoolB to create limited programs, it's main purpose is to demonstrate how you easily you can create your own programming language, compiler, and IDE. The compiler source compiler is written cleanly, heavily commented, and best of all under 2,000 lines of code! This includes both the compiler and IDE combined (about 1,000 lines each).
|