working on if
This commit is contained in:
@ -67,7 +67,7 @@ module Ast
|
||||
|
||||
def compile frame , method
|
||||
raise "must assign to NameExpression , not #{left}" unless left.instance_of? NameExpression
|
||||
r = right.compile(frame,method)
|
||||
r = right.compile(frame , method)
|
||||
frame.compile_set( method , left.name , r )
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user