Initial import.master
commit20fef8a03a432311ec3581b89d0fa3777a487da3
authoringlorion <turbovm@inglorion.net>
Fri, 19 Sep 2008 11:11:19 +0000 (19 13:11 +0200)
committeringlorion <turbovm@inglorion.net>
Fri, 19 Sep 2008 11:11:19 +0000 (19 13:11 +0200)
tree80c6cddd0611aaca472369025caa8edfd653f881
Initial import.
24 files changed:
LICENSE [new file with mode: 0644]
Makefile [new file with mode: 0644]
README [new file with mode: 0644]
TODO [new file with mode: 0644]
doc/Makefile [new file with mode: 0644]
doc/file-format [new file with mode: 0644]
doc/instructions [new file with mode: 0644]
src/Makefile [new file with mode: 0644]
src/make-opcodes-h [new file with mode: 0755]
src/make-turbovm-asm-l [new file with mode: 0755]
src/make-turbovm-asm-y [new file with mode: 0755]
src/opcodes.dat [new file with mode: 0644]
src/turbovm-asm.c [new file with mode: 0644]
src/turbovm-disasm.c [new file with mode: 0644]
src/turbovm-switch.c [new file with mode: 0644]
src/turbovm-to-c.c [new file with mode: 0644]
src/turbovm.c [new symlink]
src/turbovm.h [new file with mode: 0644]
test/Makefile [new file with mode: 0644]
test/countdown [new file with mode: 0755]
test/countdown.c [new file with mode: 0644]
test/countdown.tvma [new file with mode: 0644]
test/test.sh [new file with mode: 0755]
test/test.tvma [new file with mode: 0644]