Minimal programming language prototype, created with goal to have very small compiler, so that anyone can write his own compiler for it.
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
Ognjen Milan Robovic 691a6a5e11 Added functions and enumeration assignment, I should sleep... hace 1 mes
.gitignore Initial prototype compiler... hace 1 mes
LICENSE Initial commit hace 1 mes
README.md Initial commit hace 1 mes
compile.sh Experimental refactoring prototype finished... hace 1 mes
heyo.asm Testing with flat assembler... hace 1 mes
heyo.x Added functions and enumeration assignment, I should sleep... hace 1 mes
install.sh Initial prototype compiler... hace 1 mes
test.asm Work in progress push... hace 1 mes
test.c Added crude typing system support. hace 1 mes
test.x Work in progress... hace 1 mes
test_stack.asm Update, removed export and define keywords... hace 1 mes
test_x.x Work in progress x2... hace 1 mes
xiranda.c Added functions and enumeration assignment, I should sleep... hace 1 mes
тест.срб Very ugly work in progress... hace 1 mes

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.