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 59b8891b89 Experimental refactoring prototype finished... 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 Example testing file and system + return fasm implementation... 2 months ago
install.sh Initial prototype compiler... 2 months ago
test.asm Added crude typing system support. 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 Experimental refactoring prototype finished... 2 months ago
тест.срб Serbian test... 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.