rubyx/stash/vm/method_compiler/statement_list.rb
Torsten Ruger 5fe0ba06ab stash old vm
moving on to getting mom to work and can’t have both
interpreter and elf broke, about 100 tests  went
2018-03-11 17:02:42 +05:30

8 lines
127 B
Ruby

module Vm
module StatementList
def on_Statements statement
process_all( statement.statements )
end
end
end