rubyx/test/rubyx
Torsten Rüger 57b0ad2c32 Fix super as statement
Super is a statement, a send really.
Not an expression (as maybe in c++)
The actual implementation will be a bit tricky, like raise, a bit of stack walking, but not impossible. Still, later
2019-08-19 18:48:13 +03:00
..
parfait Fix super as statement 2019-08-19 18:48:13 +03:00
helper.rb more and better tests 2019-08-08 12:18:36 +03:00
test_rubyx_compiler1.rb fix all tests for previous commit 2019-02-08 23:03:23 +02:00
test_rubyx_compiler2.rb Implicit returns for class methods 2019-08-19 15:56:15 +03:00
test_rubyx_compiler3.rb Block/Lambda rework done 2019-08-19 15:23:57 +03:00
test_rubyx_compiler.rb Block/Lambda rework done 2019-08-19 15:23:57 +03:00
test_rubyxc.rb Remove dead code 2019-08-18 10:19:52 +03:00