Minimal programming language prototype, created with goal to have very small compiler, so that anyone can write his own compiler for it.
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
Ognjen Milan Robovic 691a6a5e11 Added functions and enumeration assignment, I should sleep... před 2 měsíci
.gitignore Initial prototype compiler... před 2 měsíci
LICENSE Initial commit před 2 měsíci
README.md Initial commit před 2 měsíci
compile.sh Experimental refactoring prototype finished... před 2 měsíci
heyo.asm Testing with flat assembler... před 2 měsíci
heyo.x Added functions and enumeration assignment, I should sleep... před 2 měsíci
install.sh Initial prototype compiler... před 2 měsíci
test.asm Work in progress push... před 2 měsíci
test.c Added crude typing system support. před 2 měsíci
test.x Work in progress... před 2 měsíci
test_stack.asm Update, removed export and define keywords... před 2 měsíci
test_x.x Work in progress x2... před 2 měsíci
xiranda.c Added functions and enumeration assignment, I should sleep... před 2 měsíci
тест.срб Very ugly work in progress... před 2 měsíci

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.