bootBASIC
BASIC interpreter
An interpreter for a compact, low-level BASIC language
bootBASIC is a BASIC language in 512 bytes of x86 machine code.
348 stars
15 watching
27 forks
Language: Assembly
last commit: over 1 year ago Related projects:
Repository | Description | Stars |
---|---|---|
smallbasic/smallbasic | An interpreter for a simplified BASIC programming language with extensions for graphics and sound | 209 |
endbasic/endbasic | An interpreter for a BASIC-like language with interactive visual feedback and hardware support | 317 |
eantcal/nubasic | An implementation of a BASIC interpreter and IDE for Windows and Linux | 41 |
verhas/jscriptbasic | An interpreter for a BASIC scripting language embedded in Java applications | 13 |
esp8266/basic | A basic programming language and interpreter for microcontrollers like the ESP8266 | 259 |
mist64/cbmbasic | An interpreter for a variant of Commodore BASIC 6502 | 449 |
charles-pegge/oxygenbasic | A compiler and runtime environment for a basic programming language | 39 |
freebasic/fbc | A compiler for a BASIC programming language with features such as pointers and inline assembly. | 906 |
skx/gobasic | A BASIC interpreter written in Golang. | 329 |
trevorjay/atinybasic | A minimal BASIC interpreter for microcontrollers | 25 |
mayuropensource/puffinbasic | An implementation of the BASIC programming language in Java | 34 |
twinbasic/twinbasic | A modern BASIC programming language and development environment aiming to replace classic VB6 and VBA projects with improved features and compatibility. | 284 |
yiransheng/basic_rs | An implementation of the original Dartmouth BASIC language in Rust, with both interpreter and compiler capabilities. | 38 |
richpl/pybasic | An interactive BASIC interpreter written in Python | 172 |
paladin-t/my_basic | An embeddable BASIC interpreter with features such as prototype-based programming and functional programming | 507 |