using sof is_value
This commit is contained in:
parent
097f607bd3
commit
f691ba1b20
@ -68,6 +68,12 @@ module Parfait
|
||||
return true
|
||||
end
|
||||
|
||||
def is_value?
|
||||
true
|
||||
end
|
||||
def to_sof
|
||||
"Parfait::Word('#{to_s}')"
|
||||
end
|
||||
def result= value
|
||||
raise "called"
|
||||
class_for(MoveInstruction).new(value , self , :opcode => :mov)
|
||||
|
Loading…
x
Reference in New Issue
Block a user