OxygenBasic
BASIC compiler
A compiler and runtime environment for a basic programming language
BASIC compiler. Run programs directly, or compile to 32/64 bit binary. Supports C headers and assembly code. Supports Unicode source scripts.
39 stars
8 watching
10 forks
last commit: 10 days ago example-codesource-codetools
Related projects:
Repository | Description | Stars |
---|---|---|
qb64team/qb64 | A C-based compiler and IDE for an extended BASIC language with OpenGL support | 671 |
twinbasic/twinbasic | A modern BASIC programming language and development environment aiming to replace classic VB6 and VBA projects with improved features and compatibility. | 284 |
freebasic/fbc | A compiler for a BASIC programming language with features such as pointers and inline assembly. | 906 |
teverett/jvmbasic | A compiler that translates BASIC programs to JVM bytecode. | 48 |
basilteam/basil | A high-performance programming language with compile-time evaluation and metaprogramming capabilities. | 124 |
eantcal/nubasic | An implementation of a BASIC interpreter and IDE for Windows and Linux | 41 |
lwiest/basiccompiler | Compiles BASIC programs into Java bytecode. | 29 |
l1mey112/crepl | A compiler and interpreter for executing C code on the fly as it is typed. | 30 |
pointbazaar/espl1000 | A compiler for a statically typed programming language designed for embedded systems, targeting the ATMega328P microcontroller. | 29 |
nanochess/bootbasic | An interpreter for a compact, low-level BASIC language | 348 |
xet7/jadelib | A proof-of-concept project to develop a BASIC-like syntax for programming C++ using a header file and library. | 0 |
belijzajac/wisnialang | A compiler that compiles small programs into tiny Linux binaries without requiring LLVM. | 16 |
travisdoor/bl | A C-based language development project with features like strong typing, compile-time execution, and support for multiple platforms. | 182 |
battelle/movfuscator | A compiler that translates C code into a single instruction set | 1,332 |
delta456/monkey_v | An implementation of a programming language interpreter in V. | 38 |