stash old vm
moving on to getting mom to work and can’t have both interpreter and elf broke, about 100 tests went
This commit is contained in:
7
stash/vm/method_compiler/statement_list.rb
Normal file
7
stash/vm/method_compiler/statement_list.rb
Normal file
@ -0,0 +1,7 @@
|
||||
module Vm
|
||||
module StatementList
|
||||
def on_Statements statement
|
||||
process_all( statement.statements )
|
||||
end
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user