rename phisol to soml
This commit is contained in:
13
lib/soml/compiler/collections.rb
Normal file
13
lib/soml/compiler/collections.rb
Normal file
@ -0,0 +1,13 @@
|
||||
module Soml
|
||||
Compiler.class_eval do
|
||||
|
||||
# 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