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 423ed1f29e Very ugly work in progress... 2 months ago
.gitignore Initial prototype compiler... 2 months ago
LICENSE Initial commit 2 months ago
README.md Initial commit 2 months ago
compile.sh Experimental refactoring prototype finished... 2 months ago
heyo.asm Testing with flat assembler... 2 months ago
heyo.x Very ugly work in progress... 2 months ago
install.sh Initial prototype compiler... 2 months ago
test.asm Work in progress push... 2 months ago
test.c Added crude typing system support. 2 months ago
test.x Work in progress... 2 months ago
test_stack.asm Update, removed export and define keywords... 2 months ago
test_x.x Work in progress x2... 2 months ago
xiranda.c Very ugly work in progress... 2 months ago
тест.срб Very ugly work in progress... 2 months ago

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.