changed System to be a class instead of an instance of a system dictionary

This commit is contained in:
hyunghwan.chung
2017-03-22 16:55:41 +00:00
parent 46ba3bb3f5
commit 65722cf89b
5 changed files with 113 additions and 102 deletions

View File

@ -992,6 +992,8 @@ struct moo_t
moo_oop_class_t _large_positive_integer; /* LargePositiveInteger */
moo_oop_class_t _large_negative_integer; /* LargeNegativeInteger */
moo_oop_class_t _system;
/* =============================================================
* END KERNEL CLASSES
* ============================================================= */