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 months ago
.gitignore Initial prototype compiler... 2 months ago
LICENSE Initial commit 2 months ago
README.md Initial commit 2 months ago
compile.sh Added crude typing system support. 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 Added crude typing system support. 2 months ago
test_stack.asm Added crude typing system support. 2 months ago
test_x.x Added crude typing system support. 2 months ago
xiranda.c Added crude typing system support. 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.