Minimal programming language prototype, created with goal to have very small compiler, so that anyone can write his own compiler for it.
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
Ognjen Milan Robovic da08d3543a Testing with flat assembler... 1 ay önce
.gitignore Initial prototype compiler... 2 ay önce
LICENSE Initial commit 2 ay önce
README.md Initial commit 2 ay önce
compile.sh Update, removed export and define keywords... 1 ay önce
heyo.asm Testing with flat assembler... 1 ay önce
heyo.x Example testing file and system + return fasm implementation... 1 ay önce
install.sh Initial prototype compiler... 2 ay önce
test.asm Added crude typing system support. 2 ay önce
test.c Added crude typing system support. 2 ay önce
test.x Work in progress... 1 ay önce
test_stack.asm Update, removed export and define keywords... 1 ay önce
test_x.x Work in progress x2... 1 ay önce
xiranda.c Testing with flat assembler... 1 ay önce
тест.срб Serbian test... 1 ay önce

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.