5fe0ba06ab
moving on to getting mom to work and can’t have both interpreter and elf broke, about 100 tests went
15 lines
218 B
Ruby
15 lines
218 B
Ruby
module Vm
|
|
|
|
module Collections
|
|
|
|
# attr_reader :values
|
|
def on_array statement, context
|
|
end
|
|
# attr_reader :key , :value
|
|
def on_association context
|
|
end
|
|
def on_hash context
|
|
end
|
|
end
|
|
end
|