XC-BASIC

Basic compiler

Compiles an XC=BASIC program to 6502 machine code for the Commodore-64

A compiling BASIC dialect for the Commodore-64

GitHub

74 stars
12 watching
15 forks
Language: D
last commit: over 2 years ago
basiccommodore-64compiler

Related projects:

Repository Description Stars
tyfkda/xcc A standalone compiler/assembler/linker/libc for multiple architectures 264
charles-pegge/oxygenbasic A compiler and runtime environment for a basic programming language 39
xorvoid/sectorc A C compiler designed to fit within the 512-byte boot sector of an x86 machine. 1,627
nilfoundation/zkllvm Compiles high-level programming languages into input for provable computations protocols. 295
qb64team/qb64 A C-based compiler and IDE for an extended BASIC language with OpenGL support 671
lwiest/basiccompiler Compiles BASIC programs into Java bytecode. 29
jserv/mazucc A minimal C compiler generating x86_64 assembly code 516
vlm/asn1c Compiles ASN.1 definitions into C code for serialization and deserialization of data files. 1,051
robfromoz/c64-basic Commodore 64 BASIC programs made available for use and modification on other systems with similar interpreters. 10
jmorag/mcc Compiles the MicroC programming language into machine code using Haskell 116
lynn/chibicc A small C compiler that compiles to Uxntal code 118
rhysd/gocaml An implementation of a statically-typed functional programming language in Go using LLVM and building its own compiler from scratch. 749
intel/systemc-compiler Translates SystemC code to synthesizable SystemVerilog for hardware design and synthesis. 250
eantcal/nubasic An implementation of a BASIC interpreter and IDE for Windows and Linux 41
philnguyen/abstract-compilation A DSL for defining compilers without boilerplate code 2