JadeLib
BASIC compiler
A proof-of-concept project to develop a BASIC-like syntax for programming C++ using a header file and library.
Old fork with some added examples from forum of JADE, BASIC-like syntax to program C++, using header file
0 stars
3 watching
0 forks
Language: C++
last commit: over 1 year ago Related projects:
Repository | Description | Stars |
---|---|---|
lwiest/basiccompiler | Compiles BASIC programs into Java bytecode. | 29 |
charles-pegge/oxygenbasic | A compiler and runtime environment for a basic programming language | 39 |
islam0mar/cl-cxx-jit | A Common Lisp interface to C++ code compilation and execution with JIT optimization | 62 |
pointbazaar/espl1000 | A compiler for a statically typed programming language designed for embedded systems, targeting the ATMega328P microcontroller. | 29 |
basilteam/basil | A high-performance programming language with compile-time evaluation and metaprogramming capabilities. | 124 |
bitfunnel/nativejit | A high-performance just-in-time compiler for x64 C++ expressions | 1,141 |
teverett/jvmbasic | A compiler that translates BASIC programs to JVM bytecode. | 48 |
kankouhin/kaya-basic | A cross-platform compiler and runtime environment for creating BASIC applications with C++ support. | 19 |
travisdoor/bl | A C-based language development project with features like strong typing, compile-time execution, and support for multiple platforms. | 182 |
kongaskristjan/fire-hpp | Creates a CLI from a function signature with minimal boilerplate code | 446 |
ajeetdsouza/loxcraft | A compiler and runtime system for a simple programming language, designed to be efficient and embeddable in other applications. | 274 |
dbohdan/compilers-targeting-c | A list of compilers and transpilers that can generate C code from various programming languages. | 703 |
qb64team/qb64 | A C-based compiler and IDE for an extended BASIC language with OpenGL support | 671 |
yubrot/llrl | An experimental compiler for a Lisp-like programming language with a focus on self-hosting and compilation to LLVM backend. | 156 |
philnguyen/abstract-compilation | A DSL for defining compilers without boilerplate code | 2 |