Minimal programming language prototype, created with goal to have very small compiler, so that anyone can write his own compiler for it.
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
Ognjen Milan Robovic 691a6a5e11 Added functions and enumeration assignment, I should sleep... vor 1 Monat
.gitignore Initial prototype compiler... vor 1 Monat
LICENSE Initial commit vor 1 Monat
README.md Initial commit vor 1 Monat
compile.sh Experimental refactoring prototype finished... vor 1 Monat
heyo.asm Testing with flat assembler... vor 1 Monat
heyo.x Added functions and enumeration assignment, I should sleep... vor 1 Monat
install.sh Initial prototype compiler... vor 1 Monat
test.asm Work in progress push... vor 1 Monat
test.c Added crude typing system support. vor 1 Monat
test.x Work in progress... vor 1 Monat
test_stack.asm Update, removed export and define keywords... vor 1 Monat
test_x.x Work in progress x2... vor 1 Monat
xiranda.c Added functions and enumeration assignment, I should sleep... vor 1 Monat
тест.срб Very ugly work in progress... vor 1 Monat

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.