work in progress to support the named primitive via shared object loading
This commit is contained in:
31
stix/kernel/Collection-Set.st
Normal file
31
stix/kernel/Collection-Set.st
Normal file
@ -0,0 +1,31 @@
|
||||
#class Set(Collection)
|
||||
{
|
||||
#dcl tally bucket.
|
||||
}
|
||||
|
||||
#class SymbolSet(Set)
|
||||
{
|
||||
}
|
||||
|
||||
#class Dictionary(Set)
|
||||
{
|
||||
}
|
||||
|
||||
#class SystemDictionary(Dictionary)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
#class Namespace(Set)
|
||||
{
|
||||
}
|
||||
|
||||
#class PoolDictionary(Set)
|
||||
{
|
||||
}
|
||||
|
||||
#class MethodDictionary(Dictionary)
|
||||
{
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user