hyung-hwan
  • Joined on 2022-12-21
hyung-hwan pushed to main at hyung-hwan/hcl 2024-08-22 07:07:12 +00:00
191c123cb6 class, fun, break, continue, until, while treated as keywords
hyung-hwan pushed to main at hyung-hwan/hcl 2024-08-21 13:19:53 +00:00
60aac191b0 changed the compiler to treat try, catch, throw as keywords
hyung-hwan pushed to main at hyung-hwan/hcl 2024-08-20 16:00:41 +00:00
32f1da7d28 trying to change the compiler to treat if, elif, else as keywords
hyung-hwan pushed to main at hyung-hwan/hcl 2024-08-19 10:13:57 +00:00
b9103ea890 wip - incompelete code
hyung-hwan pushed to main at hyung-hwan/hawk 2024-08-19 03:59:28 +00:00
4578d98834 fixed h-002.hawk for enhancement to match()
hyung-hwan pushed to main at hyung-hwan/hawk 2024-08-17 15:14:55 +00:00
9953e5c66b updated sample code using match()
hyung-hwan pushed to main at hyung-hwan/hawk 2024-08-17 05:33:02 +00:00
7ff4b3a812 partial enhancement to str::match() and match()
hyung-hwan pushed to main at hyung-hwan/hcl 2024-08-11 17:27:25 +00:00
1338e88fa3 some code clean-up in bigint.c
hyung-hwan pushed to main at hyung-hwan/hcl 2024-08-10 17:18:09 +00:00
185f72381a updatecd basicAt and basicAtPut to cater for fixed fields
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