starting on risc allocation

inserting allocator stage in method translation
This commit is contained in:
2020-03-17 21:46:57 +02:00
parent d5411c7727
commit 2e109a16dc
11 changed files with 55 additions and 13 deletions

View File

@ -29,7 +29,7 @@ module Risc
end
def class_name
return :fixnum unless @type
return :Integer unless @type
@type.class_name
end