Minimal programming language prototype, created with goal to have very small compiler, so that anyone can write his own compiler for it.
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
Ognjen Milan Robovic 832b4e9cb3 Work in progress... 2 місяці тому
.gitignore Initial prototype compiler... 2 місяці тому
LICENSE Initial commit 2 місяці тому
README.md Initial commit 2 місяці тому
compile.sh Update, removed export and define keywords... 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 Work in progress... 2 місяці тому
test_stack.asm Update, removed export and define keywords... 2 місяці тому
test_x.x Added crude typing system support. 2 місяці тому
xiranda.c Work in progress... 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.