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.