checkpointing on the mad road to register allocation
This commit is contained in:
@ -14,7 +14,7 @@ module Ast
|
||||
value.to_s
|
||||
end
|
||||
def compile context , into
|
||||
Vm::Integer.new value
|
||||
Vm::IntegerConstant.new value
|
||||
end
|
||||
def attributes
|
||||
[:value]
|
||||
|
Reference in New Issue
Block a user