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 месец
.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.