Minimal programming language prototype, created with goal to have very small compiler, so that anyone can write his own compiler for it.
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
Ognjen Milan Robovic 691a6a5e11 Added functions and enumeration assignment, I should sleep... 1 ay önce
.gitignore Initial prototype compiler... 1 ay önce
LICENSE Initial commit 1 ay önce
README.md Initial commit 1 ay önce
compile.sh Experimental refactoring prototype finished... 1 ay önce
heyo.asm Testing with flat assembler... 1 ay önce
heyo.x Added functions and enumeration assignment, I should sleep... 1 ay önce
install.sh Initial prototype compiler... 1 ay önce
test.asm Work in progress push... 1 ay önce
test.c Added crude typing system support. 1 ay önce
test.x Work in progress... 1 ay önce
test_stack.asm Update, removed export and define keywords... 1 ay önce
test_x.x Work in progress x2... 1 ay önce
xiranda.c Added functions and enumeration assignment, I should sleep... 1 ay önce
тест.срб Very ugly work in progress... 1 ay önce

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.