rubyx/test/risc/interpreter
Torsten Ruger 04bcfea8ce fix scoping of blockcompiler
Was accessing caller scope, but must use caller's caller as the yield itself is a call.
2018-07-31 18:00:42 +03:00
..
assign store method, not name, in message 2018-07-22 22:29:32 +03:00
blocks fix scoping of blockcompiler 2018-07-31 18:00:42 +03:00
calling misc 2018-07-30 10:26:47 +03:00
conditional store method, not name, in message 2018-07-22 22:29:32 +03:00
while store method, not name, in message 2018-07-22 22:29:32 +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 store method, not name, in message 2018-07-22 22:29:32 +03:00
test_events.rb store method, not name, in message 2018-07-22 22:29:32 +03:00
test_return.rb store method, not name, in message 2018-07-22 22:29:32 +03:00

Small Tests using Interpreter

Mini fragments that test the output of single statements.

Using the Interpreter.