rubyx/test/risc/interpreter
Torsten Ruger f9a89db10c use fake memory
fix integer offset bug
(which only didn’t cause errors as fixnums are still an order too big
and the famous +1 error hit the empty space)
2018-05-28 15:09:59 +03:00
..
assign fix all test 2018-05-25 20:40:39 +03:00
calling use fake memory 2018-05-28 15:09:59 +03:00
conditional fix all test 2018-05-25 20:40:39 +03:00
while fix all test 2018-05-25 20:40:39 +03:00
helper.rb move test helper code to support 2018-04-19 19:33:40 +03:00
README.md bit of renaming and a string test 2018-04-24 20:12:49 +03:00
test_dynamic_call.rb fix all test 2018-05-25 20:40:39 +03:00
test_events.rb fix all test 2018-05-25 20:40:39 +03:00
test_return.rb more test fixing 2018-05-24 21:20:56 +03:00

Small Tests using Interpreter

Mini fragments that test the output of single statements.

Using the Interpreter.