writing full oop bootstrapping code
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-02-26 13:34:09 +09:00
parent 2bd510181c
commit 4afb064530
2 changed files with 45 additions and 0 deletions

View File

@ -1632,6 +1632,11 @@ struct hcl_t
hcl_oop_process_scheduler_t processor; /* instance of ProcessScheduler */
hcl_oop_process_t nil_process; /* instance of Process */
hcl_oop_class_t class_object; /* class 'Object' */
hcl_oop_class_t class_class; /* class 'Class' */
hcl_oop_class_t class_symbol; /* class 'Symbol' */
hcl_oop_class_t class_string; /* class 'String' */
/* ============================================================================= */
/* pending asynchronous semaphores */