Minimal programming language prototype, created with goal to have very small compiler, so that anyone can write his own compiler for it.
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
Ognjen Milan Robovic 691a6a5e11 Added functions and enumeration assignment, I should sleep... 1 miesiąc temu
.gitignore Initial prototype compiler... 1 miesiąc temu
LICENSE Initial commit 1 miesiąc temu
README.md Initial commit 1 miesiąc temu
compile.sh Experimental refactoring prototype finished... 1 miesiąc temu
heyo.asm Testing with flat assembler... 1 miesiąc temu
heyo.x Added functions and enumeration assignment, I should sleep... 1 miesiąc temu
install.sh Initial prototype compiler... 1 miesiąc temu
test.asm Work in progress push... 1 miesiąc temu
test.c Added crude typing system support. 1 miesiąc temu
test.x Work in progress... 1 miesiąc temu
test_stack.asm Update, removed export and define keywords... 1 miesiąc temu
test_x.x Work in progress x2... 1 miesiąc temu
xiranda.c Added functions and enumeration assignment, I should sleep... 1 miesiąc temu
тест.срб Very ugly work in progress... 1 miesiąc temu

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.