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:
14
stash/vm/method_compiler/collections.rb
Normal file
14
stash/vm/method_compiler/collections.rb
Normal file
@ -0,0 +1,14 @@
|
||||
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
|
Reference in New Issue
Block a user