All Projects → neilsf → Xc Basic

neilsf / Xc Basic

Licence: mit
A compiling BASIC dialect for the Commodore-64

Programming Languages

d
599 projects
basic
69 projects

Labels

Projects that are alternatives of or similar to Xc Basic

Min
Min: Crypto Token for Beautiful and Secure Code
Stars: ✭ 48 (-18.64%)
Mutual labels:  compiler
Manticore
Parallel ML compiler
Stars: ✭ 52 (-11.86%)
Mutual labels:  compiler
Jhc Components
JHC Haskell compiler split into reusable components
Stars: ✭ 55 (-6.78%)
Mutual labels:  compiler
Cymbal
Yet another Rust implementation of the Monkey language from "Writing an Interpreter in Go" and "Writing a Compiler in Go"
Stars: ✭ 49 (-16.95%)
Mutual labels:  compiler
Ikea Sharp
📦The new groundbreaking programming language
Stars: ✭ 52 (-11.86%)
Mutual labels:  compiler
Fast ber
A C++11 ASN.1 BER Encoding and Decoding Library
Stars: ✭ 54 (-8.47%)
Mutual labels:  compiler
Leekscript V2
A dynamically typed, compiled just-in-time programming language used in Leek Wars' AIs
Stars: ✭ 46 (-22.03%)
Mutual labels:  compiler
Tiny Lisp
A tiny lisp compiler written in JS
Stars: ✭ 58 (-1.69%)
Mutual labels:  compiler
8cc.go
C compiler written in Go
Stars: ✭ 52 (-11.86%)
Mutual labels:  compiler
Elchemy
Write Elixir code using statically-typed Elm-like syntax (compatible with Elm tooling)
Stars: ✭ 1,080 (+1730.51%)
Mutual labels:  compiler
Typhon
A virtual machine for Monte.
Stars: ✭ 49 (-16.95%)
Mutual labels:  compiler
B2dpipe
2D Pipeline Compiler.
Stars: ✭ 51 (-13.56%)
Mutual labels:  compiler
Mir
A light-weight JIT compiler based on MIR (Medium Internal Representation)
Stars: ✭ 1,075 (+1722.03%)
Mutual labels:  compiler
Trck
Query engine for TrailDB
Stars: ✭ 48 (-18.64%)
Mutual labels:  compiler
Idris Elixir
A code-generator for Idris that targets Elixir
Stars: ✭ 56 (-5.08%)
Mutual labels:  compiler
Patchouli Compiler
An Oberon-07 compiler for Intel 64 (AMD64) architecture
Stars: ✭ 46 (-22.03%)
Mutual labels:  compiler
Cva
从0实现一个JVM语言Cva及教程, 目前实现编译器;
Stars: ✭ 54 (-8.47%)
Mutual labels:  compiler
Arocc
A C compiler written in Zig.
Stars: ✭ 59 (+0%)
Mutual labels:  compiler
Tachyon
Experimental Programming Language Coded in Python!
Stars: ✭ 58 (-1.69%)
Mutual labels:  compiler
I8086.js
16bit Intel 8086 / 80186 + X87 emulator written in TypeScript with REPL assembly compiler and tiny C compiler
Stars: ✭ 54 (-8.47%)
Mutual labels:  compiler

ko-fi

XC=BASIC is a dialect of the BASIC programming language for the Commodore-64 and xcbasic64 is a cross compiler that compiles an XC=BASIC program to 6502 machine code through the DASM macro assembler. It runs on Windows, Linux and Mac OS. The name XC=BASIC stands for "Cross Compiled BASIC".

THE DOCUMENTATION HAS MOVED HERE.

Contributors wanted!

  • If you've written a working XC=BASIC program, please add it to the examples/ directory in the develop branch and submit a PR. Or you can just send it to me to feketecsaba at gmail dot com
  • If you've found a bug, please post a GitHub issue.
  • If you have any suggestions, ideas, critiques or would like to develop the project, feel free to email me. Any feedback is warmly appreciated.

Credits

  • XC=BASIC is using Philippe Sigaud's fantastic Pegged library for grammar parsing
  • Many ML routines have been borrowed from miscellaneous sources, their authors - if known - are credited within the source code. If you find your piece and your name is not credited, please drop me a line or post an issue here on GitHub and I'll fix my mistake!
  • Logo created by Viza74
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].