cleaning
This commit is contained in:
@ -3,14 +3,14 @@ module Bosl
|
||||
|
||||
# attr_reader :values
|
||||
def on_array expession, context
|
||||
# to.do
|
||||
raise "not implemented"
|
||||
end
|
||||
# attr_reader :key , :value
|
||||
def on_association context
|
||||
# to.do
|
||||
raise "not implemented"
|
||||
end
|
||||
def on_hash context
|
||||
# to.do
|
||||
raise "not implemented"
|
||||
end
|
||||
end
|
||||
end
|
||||
|
@ -2,6 +2,7 @@ module Bosl
|
||||
Compiler.class_eval do
|
||||
|
||||
def on_field_def expression
|
||||
# puts expression.inspect
|
||||
type , name , value = *expression
|
||||
name = name
|
||||
index = method.ensure_local( name )
|
||||
|
Reference in New Issue
Block a user