Minimal programming language prototype, created with goal to have very small compiler, so that anyone can write his own compiler for it.
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Ognjen Milan Robovic 691a6a5e11 Added functions and enumeration assignment, I should sleep... il y a 1 mois
.gitignore Initial prototype compiler... il y a 1 mois
LICENSE Initial commit il y a 1 mois
README.md Initial commit il y a 1 mois
compile.sh Experimental refactoring prototype finished... il y a 1 mois
heyo.asm Testing with flat assembler... il y a 1 mois
heyo.x Added functions and enumeration assignment, I should sleep... il y a 1 mois
install.sh Initial prototype compiler... il y a 1 mois
test.asm Work in progress push... il y a 1 mois
test.c Added crude typing system support. il y a 1 mois
test.x Work in progress... il y a 1 mois
test_stack.asm Update, removed export and define keywords... il y a 1 mois
test_x.x Work in progress x2... il y a 1 mois
xiranda.c Added functions and enumeration assignment, I should sleep... il y a 1 mois
тест.срб Very ugly work in progress... il y a 1 mois

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.