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 691a6a5e11 Added functions and enumeration assignment, I should sleep... 1 месяц назад
.gitignore Initial prototype compiler... 1 месяц назад
LICENSE Initial commit 1 месяц назад
README.md Initial commit 1 месяц назад
compile.sh Experimental refactoring prototype finished... 1 месяц назад
heyo.asm Testing with flat assembler... 1 месяц назад
heyo.x Added functions and enumeration assignment, I should sleep... 1 месяц назад
install.sh Initial prototype compiler... 1 месяц назад
test.asm Work in progress push... 1 месяц назад
test.c Added crude typing system support. 1 месяц назад
test.x Work in progress... 1 месяц назад
test_stack.asm Update, removed export and define keywords... 1 месяц назад
test_x.x Work in progress x2... 1 месяц назад
xiranda.c Added functions and enumeration assignment, I should sleep... 1 месяц назад
тест.срб Very ugly work in progress... 1 месяц назад

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.