Kaya-BASIC
BASIC compiler
A cross-platform compiler and runtime environment for creating BASIC applications with C++ support.
Multi-platform BASIC compiler, supports Windows, Linux and macOS. easy extends with C++
19 stars
6 watching
5 forks
Language: C++
last commit: over 3 years ago Related projects:
Repository | Description | Stars |
---|---|---|
xet7/jadelib | A proof-of-concept project to develop a BASIC-like syntax for programming C++ using a header file and library. | 0 |
mustafaquraish/cup | A simple, C-like programming language compiler written in Rust to learn the basics of compilers and language processing | 296 |
qb64team/qb64 | A C-based compiler and IDE for an extended BASIC language with OpenGL support | 671 |
charles-pegge/oxygenbasic | A compiler and runtime environment for a basic programming language | 39 |
kripken/bananabread | Compiles C++ game engine to JavaScript and WebGL for web execution | 1,380 |
hatashiro/kou | A compiler for a minimalist programming language designed to be compiled into WebAssembly bytecode | 134 |
radian-software/kalyn | A compiler that translates a functional programming language to x86-64 machine code from scratch. | 157 |
ttimofeyka/rave | A statically typed C++ programming language with cross-platform features and optimizations. | 80 |
kiselgra/c-mera | A source-to-source compiler system for C-like languages using Lisp's macro system. | 407 |
pointbazaar/espl1000 | A compiler for a statically typed programming language designed for embedded systems, targeting the ATMega328P microcontroller. | 29 |
kelilanguage/compiler | A Haskell implementation of a compiler for a custom programming language | 171 |
kaitai-io/kaitai_struct_compiler | Translates Kaitai Struct definitions into source code in various programming languages. | 546 |
tartanllama/vizh | An esoteric programming language that compiles and links image files to generate C code | 231 |
travisdoor/bl | A C-based language development project with features like strong typing, compile-time execution, and support for multiple platforms. | 182 |
mchakravarty/language-c-inline | A Haskell library that allows inline C and Objective-C code in Haskell programs | 147 |