Minimal programming language prototype, created with goal to have very small compiler, so that anyone can write his own compiler for it.
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
Ognjen Milan Robovic 691a6a5e11 Added functions and enumeration assignment, I should sleep... 1 mês atrás
.gitignore Initial prototype compiler... 1 mês atrás
LICENSE Initial commit 1 mês atrás
README.md Initial commit 1 mês atrás
compile.sh Experimental refactoring prototype finished... 1 mês atrás
heyo.asm Testing with flat assembler... 1 mês atrás
heyo.x Added functions and enumeration assignment, I should sleep... 1 mês atrás
install.sh Initial prototype compiler... 1 mês atrás
test.asm Work in progress push... 1 mês atrás
test.c Added crude typing system support. 1 mês atrás
test.x Work in progress... 1 mês atrás
test_stack.asm Update, removed export and define keywords... 1 mês atrás
test_x.x Work in progress x2... 1 mês atrás
xiranda.c Added functions and enumeration assignment, I should sleep... 1 mês atrás
тест.срб Very ugly work in progress... 1 mês atrás

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.