rubyx/test/risc/builtin
Torsten Rüger 0725f02e9a starting to fix builtin
start at Object get_interna_word
using the pattern to replace the whole risc method with a single mom instruction. Copying the original risc code into the instrucitons to_risc
also adding some very basic tests
2019-08-11 14:31:00 +03:00
..
helper.rb starting to fix builtin 2019-08-11 14:31:00 +03:00
README.md bit of renaming and a string test 2018-04-24 20:12:49 +03:00
test_int_cmp.rb starting to fix builtin 2019-08-11 14:31:00 +03:00
test_int_math.rb new test to run out of ints 2018-08-08 12:03:17 +03:00
test_object.rb starting to fix builtin 2019-08-11 14:31:00 +03:00

Builtin Testing

Basically test builtin methods by their output.

Currently through Interpreter only