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-05 02:52:26 -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 Minor revision... 2024-04-04 16:45:26 -04:00
install.sh Initial prototype compiler... 2024-03-31 22:58:48 -04:00
LICENSE
README.md
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 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 Work in progress... 2024-04-03 05:03:46 -04:00
xiranda.c Changed a lot of things, parsing now... 2024-04-05 02:52:26 -04:00
тест.срб Serbian test... 2024-04-03 11:06:19 -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.