BASICCompiler

BASIC compiler

Compiles BASIC programs into Java bytecode.

A BASIC compiler, written in Java, compiles BASIC programs into Java bytecode

GitHub

29 stars
5 watching
4 forks
Language: Java
last commit: 10 months ago

Related projects:

Repository Description Stars
teverett/jvmbasic A compiler that translates BASIC programs to JVM bytecode. 49
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 220
xet7/jadelib A proof-of-concept project to develop a BASIC-like syntax for programming C++ using a header file and library. 1
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. 903
belijzajac/wisnialang A compiler that compiles small programs into tiny Linux binaries without requiring LLVM. 17
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. 279
jameshaydon/lawvere A programming language with effects based on category theory and used to compile programs into various categorical abstractions. 268
barn-lang/barn A simple programming language written in C that is compiled to C. 53
cxxxr/valtan A compiler that translates Common Lisp code into JavaScript 243