Minimal programming language prototype, created with goal to have very small compiler, so that anyone can write his own compiler for it.
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
Ognjen Milan Robovic 691a6a5e11 Added functions and enumeration assignment, I should sleep... pirms 1 mēnesi
.gitignore Initial prototype compiler... pirms 1 mēnesi
LICENSE Initial commit pirms 1 mēnesi
README.md Initial commit pirms 1 mēnesi
compile.sh Experimental refactoring prototype finished... pirms 1 mēnesi
heyo.asm Testing with flat assembler... pirms 1 mēnesi
heyo.x Added functions and enumeration assignment, I should sleep... pirms 1 mēnesi
install.sh Initial prototype compiler... pirms 1 mēnesi
test.asm Work in progress push... pirms 1 mēnesi
test.c Added crude typing system support. pirms 1 mēnesi
test.x Work in progress... pirms 1 mēnesi
test_stack.asm Update, removed export and define keywords... pirms 1 mēnesi
test_x.x Work in progress x2... pirms 1 mēnesi
xiranda.c Added functions and enumeration assignment, I should sleep... pirms 1 mēnesi
тест.срб Very ugly work in progress... pirms 1 mēnesi

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.