Torsten Rüger
12b29285d7
so many relied (implicitly( on some builtin function after all can't do much in ruby without calling Now all those dependencies are explicit Small risc changes come because the macro version has a return label and unreachable label |
||
---|---|---|
.. | ||
helper.rb | ||
README.md | ||
test_comparison.rb | ||
test_div4.rb | ||
test_div10.rb | ||
test_exit.rb | ||
test_get_internal_byte.rb | ||
test_get_internal_word.rb | ||
test_init.rb | ||
test_method_missing.rb | ||
test_operator.rb | ||
test_putstring.rb | ||
test_set_internal_byte.rb | ||
test_set_internal_word.rb |
Builtin Testing
At the Module level (word/object/integer) mostly testing that
- functions exist
- they compile
- basic length tests (no "contents")
Minimal tests for risc compilation, and again length only (should be array too)
Functionality is tested by interpreter over in interpreter dir