rubyx/lib/bosl/compiler/compound_expressions.rb

17 lines
281 B
Ruby
Raw Normal View History

module Bosl
module Compiler
# attr_reader :values
def self.compile_array expession, context
2015-07-21 19:24:31 +02:00
# to.do
end
# attr_reader :key , :value
def self.compile_association context
2015-07-21 19:24:31 +02:00
# to.do
end
def self.compile_hash context
2015-07-21 19:24:31 +02:00
# to.do
end
end
end