adding cache entry to parfait

This commit is contained in:
Torsten Ruger
2018-03-17 19:03:39 +05:30
parent 16c8fcbf66
commit 642f16b73a
4 changed files with 21 additions and 4 deletions

View File

@ -139,6 +139,7 @@ module Risc
:Class => {:instance_methods => :List, :instance_type => :Type, :name => :Word,
:super_class_name => :Word , :instance_names => :List },
:Dictionary => {:keys => :List , :values => :List } ,
:CacheEntry => {:cached_type => :Type , :cached_method => :TypedMethod } ,
:TypedMethod => {:name => :Word, :source => :Object, :instructions => :Object, :binary => :Object,
:arguments => :Type , :for_type => :Type, :frame => :Type } ,
}