Minimal programming language prototype, created with goal to have very small compiler, so that anyone can write his own compiler for it.
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
Ognjen Milan Robovic 691a6a5e11 Added functions and enumeration assignment, I should sleep... 1 månad sedan
.gitignore Initial prototype compiler... 1 månad sedan
LICENSE Initial commit 1 månad sedan
README.md Initial commit 1 månad sedan
compile.sh Experimental refactoring prototype finished... 1 månad sedan
heyo.asm Testing with flat assembler... 1 månad sedan
heyo.x Added functions and enumeration assignment, I should sleep... 1 månad sedan
install.sh Initial prototype compiler... 1 månad sedan
test.asm Work in progress push... 1 månad sedan
test.c Added crude typing system support. 1 månad sedan
test.x Work in progress... 1 månad sedan
test_stack.asm Update, removed export and define keywords... 1 månad sedan
test_x.x Work in progress x2... 1 månad sedan
xiranda.c Added functions and enumeration assignment, I should sleep... 1 månad sedan
тест.срб Very ugly work in progress... 1 månad sedan

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.