added more compiler code

This commit is contained in:
hyunghwan.chung
2015-05-27 17:16:50 +00:00
parent 008c74666d
commit bb3b6c4270
4 changed files with 407 additions and 312 deletions

View File

@ -503,9 +503,12 @@ struct stix_class_t
stix_oop_t subclasses; /* Array of subclasses */
stix_oop_char_t name; /* Symbol */
/* == NEVER CHANGE THIS ORDER OF 3 ITEMS BELOW == */
stix_oop_char_t instvars; /* String */
stix_oop_char_t classvars; /* String */
stix_oop_char_t classinstvars; /* String */
/* == NEVER CHANGE THE ORDER OF 3 ITEMS ABOVE == */
stix_oop_oop_t instfuns; /* instance methods, MethodDictionary */
stix_oop_oop_t classfuns; /* class methods, MethodDictionary */