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 423ed1f29e Very ugly work in progress... 2 месяцев назад
.gitignore Initial prototype compiler... 2 месяцев назад
LICENSE Initial commit 2 месяцев назад
README.md Initial commit 2 месяцев назад
compile.sh Experimental refactoring prototype finished... 2 месяцев назад
heyo.asm Testing with flat assembler... 2 месяцев назад
heyo.x Very ugly work in progress... 2 месяцев назад
install.sh Initial prototype compiler... 2 месяцев назад
test.asm Work in progress push... 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 Work in progress x2... 2 месяцев назад
xiranda.c Very ugly work in progress... 2 месяцев назад
тест.срб Very ugly 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.