hyung-hwan
  • Joined on 2022-12-21
hyung-hwan pushed to main at hyung-hwan/hcl 2024-08-10 09:00:33 +00:00
151653aaf4 changed some functions to set no error upon failure in bigint.c
hyung-hwan pushed to main at hyung-hwan/hcl 2024-08-10 05:42:41 +00:00
17cde13cbb added the flexi object bit
hyung-hwan pushed to main at hyung-hwan/hcl 2024-08-08 08:36:50 +00:00
acb8a3cd68 renamed some internal functions
hyung-hwan pushed to main at hyung-hwan/hcl 2024-08-08 07:30:32 +00:00
b806865c21 removed the str module
hyung-hwan pushed to main at hyung-hwan/hcl 2024-08-07 16:52:50 +00:00
5ddc29dc5b added respondsTo and related functions
hyung-hwan pushed to main at hyung-hwan/hcl 2024-08-04 04:40:10 +00:00
433744c33a fixed the wrong core function name in mod/core.c
hyung-hwan pushed to main at hyung-hwan/hcl 2024-08-03 01:40:51 +00:00
a86088045d attempt to write basicNew
hyung-hwan pushed to main at hyung-hwan/hcl 2024-08-01 15:35:08 +00:00
bad79feacb removed the arr module
hyung-hwan pushed to main at hyung-hwan/hcl 2024-07-29 10:15:26 +00:00
e2864bab55 added pf_core_put
hyung-hwan pushed to main at hyung-hwan/hcl 2024-07-29 06:36:27 +00:00
7252ee5e47 updated the kernel class initialization to set the superclass
hyung-hwan pushed to main at hyung-hwan/hcl 2024-07-27 07:27:57 +00:00
e4a26b71be updated initialization of the nivars_super field of kernel classes in gc.c
hyung-hwan pushed to main at hyung-hwan/hcl 2024-07-26 16:15:09 +00:00
b040c2c05a reorganized the kernel class table with the index to the superclass slot for bootstrapping of initial class chains
hyung-hwan pushed to main at hyung-hwan/hcl 2024-07-24 17:45:00 +00:00
fb25712133 removed the nivars and ncvars fields from class
hyung-hwan pushed to main at hyung-hwan/hcl 2024-07-23 14:50:43 +00:00
dfc6ec94f4 updating internal class representation
hyung-hwan pushed to main at hyung-hwan/hcl 2024-07-22 14:46:51 +00:00
768378a940 fixed the test script - insta-02.hcl
hyung-hwan pushed to main at hyung-hwan/hcl 2024-07-22 09:28:31 +00:00
0e2dfea7fb added more test-cases for class redefintion
hyung-hwan pushed to main at hyung-hwan/hcl 2024-07-22 08:24:41 +00:00
28c05ff903 updated compiler to prohibit redefinition of a named class
hyung-hwan pushed to main at hyung-hwan/hcl 2024-07-22 07:11:15 +00:00
2d120f0d0e removed some unneeded code
hyung-hwan pushed to main at hyung-hwan/hcl 2024-07-22 06:06:56 +00:00
81f19004f0 updated some test cases for class
hyung-hwan pushed to main at hyung-hwan/hcl 2024-07-20 17:09:20 +00:00
266b3a34d5 minor comment change