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 месец
.gitignore Initial prototype compiler... преди 1 месец
LICENSE Initial commit преди 1 месец
README.md Initial commit преди 1 месец
compile.sh Experimental refactoring prototype finished... преди 1 месец
heyo.asm Testing with flat assembler... преди 1 месец
heyo.x Added functions and enumeration assignment, I should sleep... преди 1 месец
install.sh Initial prototype compiler... преди 1 месец
test.asm Work in progress push... преди 1 месец
test.c Added crude typing system support. преди 1 месец
test.x Work in progress... преди 1 месец
test_stack.asm Update, removed export and define keywords... преди 1 месец
test_x.x Work in progress x2... преди 1 месец
xiranda.c Added functions and enumeration assignment, I should sleep... преди 1 месец
тест.срб Very ugly work in progress... преди 1 месец

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.