type attr cleanup

and sizes up top
This commit is contained in:
2019-09-10 00:18:20 +03:00
parent d82cedf4c0
commit c3c2ab606c
16 changed files with 61 additions and 44 deletions

View File

@ -12,13 +12,16 @@ module Parfait
#
class Callable < Object
attr_reader :type, :self_type , :arguments_type , :frame_type , :binary
attr_reader :self_type , :arguments_type , :frame_type , :binary
attr_reader :blocks , :name
attr_reader :next_callable
def self.type_length
8
end
def self.memory_size
8
end
def initialize( name , self_type , arguments_type , frame_type)
super()