Minimal programming language prototype, created with goal to have very small compiler, so that anyone can write his own compiler for it.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Ognjen Milan Robovic 691a6a5e11 Added functions and enumeration assignment, I should sleep... 1 kuukausi sitten
.gitignore Initial prototype compiler... 1 kuukausi sitten
LICENSE Initial commit 1 kuukausi sitten
README.md Initial commit 1 kuukausi sitten
compile.sh Experimental refactoring prototype finished... 1 kuukausi sitten
heyo.asm Testing with flat assembler... 1 kuukausi sitten
heyo.x Added functions and enumeration assignment, I should sleep... 1 kuukausi sitten
install.sh Initial prototype compiler... 1 kuukausi sitten
test.asm Work in progress push... 1 kuukausi sitten
test.c Added crude typing system support. 1 kuukausi sitten
test.x Work in progress... 1 kuukausi sitten
test_stack.asm Update, removed export and define keywords... 1 kuukausi sitten
test_x.x Work in progress x2... 1 kuukausi sitten
xiranda.c Added functions and enumeration assignment, I should sleep... 1 kuukausi sitten
тест.срб Very ugly work in progress... 1 kuukausi sitten

README.md

xiranda

Minimal programming language prototype, created with goal to have very small compiler, so that anyone can write his own compiler for it.