5fe0ba06ab
moving on to getting mom to work and can’t have both interpreter and elf broke, about 100 tests went
8 lines
127 B
Ruby
8 lines
127 B
Ruby
module Vm
|
|
module StatementList
|
|
def on_Statements statement
|
|
process_all( statement.statements )
|
|
end
|
|
end
|
|
end
|