No description
Find a file
2009-06-26 11:39:52 -07:00
asm [CHANGED] Removed use of the LOOP instruction. 2009-06-26 11:37:45 -07:00
test [CHANGED] default test suite now includes big_test 2009-06-26 11:22:48 -07:00
.gitignore [CHANGED] added trash to .gitignore 2009-06-26 11:39:52 -07:00
build.rb [NEW] Binary assembler outputs working machine code and Mach-O object files that can be linked into working executables. 2009-06-25 09:42:56 -07:00
compiler.rb [CHANGED] Removed use of the LOOP instruction. 2009-06-26 11:37:45 -07:00
cradle.rb Initial commit of a compiler in Ruby. 2009-05-13 20:56:46 -07:00
interpreter.rb [NEW] Added the bare-bones interpreter with i/o primitives. 2009-05-15 09:38:16 -07:00
Makefile [NEW] Binary assembler outputs working machine code and Mach-O object files that can be linked into working executables. 2009-06-25 09:42:56 -07:00
min.code [FIXED] compiler appends _exit code to binary output 2009-05-19 18:09:28 -07:00
min.darwin.asm [NEW] First hints of cross-platform support. Compiles to Mach-O on Darwin with nasm and gcc. 2009-05-25 16:26:21 -07:00
min.linux.asm [NEW] First hints of cross-platform support. Compiles to Mach-O on Darwin with nasm and gcc. 2009-05-25 16:26:21 -07:00
template.darwin.asm [NEW] First hints of cross-platform support. Compiles to Mach-O on Darwin with nasm and gcc. 2009-05-25 16:26:21 -07:00
template.linux.asm [NEW] First hints of cross-platform support. Compiles to Mach-O on Darwin with nasm and gcc. 2009-05-25 16:26:21 -07:00