checkpointing on the mad road to register allocation

This commit is contained in:
Torsten Ruger
2014-05-13 18:21:24 +03:00
parent b0302948dd
commit f6711ea49c
12 changed files with 86 additions and 76 deletions

View File

@ -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]