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-03-31 22:58:48 -04:00
.gitignore Initial prototype compiler... 2024-03-31 22:58:48 -04:00
compile.sh Initial prototype compiler... 2024-03-31 22:58:48 -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.asm Initial prototype compiler... 2024-03-31 22:58:48 -04:00
test.c Initial prototype compiler... 2024-03-31 22:58:48 -04:00
test.x Initial prototype compiler... 2024-03-31 22:58:48 -04:00
xiranda.c Initial prototype compiler... 2024-03-31 22:58:48 -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.