Minimal programming language prototype, created with goal to have very small compiler, so that anyone can write his own compiler for it.
25개 이상의 토픽을 선택하실 수 없습니다. 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.