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 7a9e5f894c Added crude typing system support. 2 月之前
.gitignore Initial prototype compiler... 2 月之前
LICENSE Initial commit 2 月之前
README.md Initial commit 2 月之前
compile.sh Added crude typing system support. 2 月之前
install.sh Initial prototype compiler... 2 月之前
test.asm Added crude typing system support. 2 月之前
test.c Added crude typing system support. 2 月之前
test.x Added crude typing system support. 2 月之前
test_stack.asm Added crude typing system support. 2 月之前
test_x.x Added crude typing system support. 2 月之前
xiranda.c Added crude typing system support. 2 月之前

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.