ec4a6faceeadded code to process the binop symbolhyung-hwan2024-09-16 11:12:11 +0900
a3e2b589beadded the make_charaarray instruction and pop_into_chararray insructionhyung-hwan2024-09-15 11:51:11 +0900
ed33ca2196added code to support numeric named instance variableshyung-hwan2024-09-14 14:08:33 +0900
617ab3e753changed decode_spec to honor the field info for a non-indexed spec instead of hardcoding it to HCL_OBJ_TYPE_OOPhyung-hwan2024-09-13 17:09:58 +0900
f6f475df4awork in progress dropping the brand bitshyung-hwan2024-09-12 18:06:12 +0900
6e9e1d35f4added a test on process handling. used hcl_instantiate() in making process-related objectshyung-hwan2024-09-12 16:08:16 +0900
8604c6ddf1call hcl_instantiate() with hcl->c_primitive in hcl_makeprim()hyung-hwan2024-09-12 00:26:23 +0900
150e7386f8attempting to support multi-binop expression by tranforming it to a chained single-binop expressionhyung-hwan2024-08-31 14:04:53 +0900
e0e86d5463added a test case for mutlivariable assignment to instance variableshyung-hwan2024-08-29 19:05:21 +0900
a93abed8a1fixed the wrong initialization of the ivaroff field of the context object in make_context()hyung-hwan2024-08-29 01:14:59 +0900
b9997b7079fixed a bug in printing the class_XXmstore instruction executedhyung-hwan2024-08-29 00:55:32 +0900
8597f532faupdated the reader to transform the assignment expression to set/set-r expressions. updated the compiler to handle the assignment expressionhyung-hwan2024-08-28 00:58:56 +0900
229d3b1f29renamed return-from-home to revert treated return and revert as keywordshyung-hwan2024-08-22 18:10:41 +0900
191c123cb6class, fun, break, continue, until, while treated as keywordshyung-hwan2024-08-22 16:06:59 +0900
60aac191b0changed the compiler to treat try, catch, throw as keywordshyung-hwan2024-08-21 22:19:41 +0900
32f1da7d28trying to change the compiler to treat if, elif, else as keywords added primAt, primtAtPut, HCL_SYNERR_CATCHhyung-hwan2024-08-21 01:00:29 +0900
7252ee5e47updated the kernel class initialization to set the superclasshyung-hwan2024-07-29 15:36:07 +0900
e4a26b71beupdated initialization of the nivars_super field of kernel classes in gc.chyung-hwan2024-07-27 16:27:43 +0900
b040c2c05areorganized the kernel class table with the index to the superclass slot for bootstrapping of initial class chainshyung-hwan2024-07-27 01:14:51 +0900
fb25712133removed the nivars and ncvars fields from classhyung-hwan2024-07-25 02:44:43 +0900
dfc6ec94f4updating internal class representationhyung-hwan2024-07-23 23:50:29 +0900
768378a940fixed the test script - insta-02.hclhyung-hwan2024-07-22 23:46:38 +0900