Minimal programming language prototype, created with goal to have very small compiler, so that anyone can write his own compiler for it.
Go to file
2024-04-02 18:24:35 -04:00
.gitignore Initial prototype compiler... 2024-03-31 22:58:48 -04:00
compile.sh Update, removed export and define keywords... 2024-04-02 11:36:20 -04:00
install.sh Initial prototype compiler... 2024-03-31 22:58:48 -04:00
LICENSE Initial commit 2024-03-31 22:48:23 -04:00
README.md Initial commit 2024-03-31 22:48:23 -04:00
test_stack.asm Update, removed export and define keywords... 2024-04-02 11:36:20 -04:00
test_x.x Added crude typing system support. 2024-04-01 07:23:49 -04:00
test.asm Added crude typing system support. 2024-04-01 07:23:49 -04:00
test.c Added crude typing system support. 2024-04-01 07:23:49 -04:00
test.x Minor changes, still WIP... 2024-04-02 18:24:35 -04:00
xiranda.c Minor changes, still WIP... 2024-04-02 18:24:35 -04:00

xiranda

Minimal programming language prototype, created with goal to have very small compiler, so that anyone can write his own compiler for it.