Minimal programming language prototype, created with goal to have very small compiler, so that anyone can write his own compiler for it.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Ognjen Milan Robovic 691a6a5e11 Added functions and enumeration assignment, I should sleep... 1 mese fa
.gitignore Initial prototype compiler... 1 mese fa
LICENSE Initial commit 1 mese fa
README.md Initial commit 1 mese fa
compile.sh Experimental refactoring prototype finished... 1 mese fa
heyo.asm Testing with flat assembler... 1 mese fa
heyo.x Added functions and enumeration assignment, I should sleep... 1 mese fa
install.sh Initial prototype compiler... 1 mese fa
test.asm Work in progress push... 1 mese fa
test.c Added crude typing system support. 1 mese fa
test.x Work in progress... 1 mese fa
test_stack.asm Update, removed export and define keywords... 1 mese fa
test_x.x Work in progress x2... 1 mese fa
xiranda.c Added functions and enumeration assignment, I should sleep... 1 mese fa
тест.срб Very ugly work in progress... 1 mese fa

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.