BASICCompiler
BASIC compiler
Compiles BASIC programs into Java bytecode.
A BASIC compiler, written in Java, compiles BASIC programs into Java bytecode
29 stars
5 watching
4 forks
Language: Java
last commit: 8 months ago Related projects:
Repository | Description | Stars |
---|---|---|
teverett/jvmbasic | A compiler that translates BASIC programs to JVM bytecode. | 48 |
mikeakohn/java_grinder | Compiles Java bytecode to native machine code for embedded systems and retro computing platforms. | 496 |
charles-pegge/oxygenbasic | A compiler and runtime environment for a basic programming language | 39 |
whiley/whileycompiler | Compiles Whiley source files into an intermediate language | 219 |
xet7/jadelib | A proof-of-concept project to develop a BASIC-like syntax for programming C++ using a header file and library. | 0 |
jaseemabid/olifant | A language targeting LLVM with the goal of building a simple compiler | 64 |
tailrecursion/javastar | A tool for writing Java code in Clojure | 64 |
mirkosertic/bytecoder | A tool to interpret and transpile JVM bytecode into other programming languages like JavaScript, WebAssembly, or OpenCL. | 897 |
belijzajac/wisnialang | A compiler that compiles small programs into tiny Linux binaries without requiring LLVM. | 16 |
yubrot/llrl | An experimental compiler for a Lisp-like programming language with a focus on self-hosting and compilation to LLVM backend. | 156 |
talw/crisp-compiler | A Haskell compiler for a Lisp/Scheme-inspired language with an LLVM backend | 99 |
ajeetdsouza/loxcraft | A compiler and runtime system for a simple programming language, designed to be efficient and embeddable in other applications. | 274 |
jameshaydon/lawvere | A programming language with effects based on category theory and used to compile programs into various categorical abstractions. | 267 |
barn-lang/barn | A simple programming language written in C that is compiled to C. | 54 |
cxxxr/valtan | A compiler that translates Common Lisp code into JavaScript | 238 |