Minimal programming language prototype, created with goal to have very small compiler, so that anyone can write his own compiler for it.
Aller au fichier
2024-04-06 20:33:13 -04:00
.gitignore Initial prototype compiler... 2024-03-31 22:58:48 -04:00
compile.sh Experimental refactoring prototype finished... 2024-04-04 16:31:37 -04:00
heyo.asm Testing with flat assembler... 2024-04-03 14:29:45 -04:00
heyo.x Very ugly work in progress... 2024-04-06 20:33:13 -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 Work in progress x2... 2024-04-03 06:10:35 -04:00
test.asm Work in progress push... 2024-04-06 19:57:00 -04:00
test.c Added crude typing system support. 2024-04-01 07:23:49 -04:00
test.x Work in progress... 2024-04-03 05:03:46 -04:00
xiranda.c Very ugly work in progress... 2024-04-06 20:33:13 -04:00
тест.срб Very ugly work in progress... 2024-04-06 20:33:13 -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.