hyung-hwan
  • Joined on 2022-12-21
hyung-hwan pushed to main at hyung-hwan/hcl 2024-09-15 02:51:02 +00:00
a3e2b589be added the make_charaarray instruction and pop_into_chararray insruction
hyung-hwan pushed to main at hyung-hwan/hcl 2024-09-14 05:08:49 +00:00
ed33ca2196 added code to support numeric named instance variables
hyung-hwan pushed to main at hyung-hwan/hcl 2024-09-13 08:10:15 +00:00
617ab3e753 changed decode_spec to honor the field info for a non-indexed spec instead of hardcoding it to HCL_OBJ_TYPE_OOP
hyung-hwan pushed to main at hyung-hwan/hcl 2024-09-12 09:06:31 +00:00
f6f475df4a work in progress dropping the brand bits
hyung-hwan pushed to main at hyung-hwan/hcl 2024-09-12 07:08:30 +00:00
6e9e1d35f4 added a test on process handling.
hyung-hwan pushed to main at hyung-hwan/hcl 2024-09-11 15:26:41 +00:00
8604c6ddf1 call hcl_instantiate() with hcl->c_primitive in hcl_makeprim()
hyung-hwan pushed to main at hyung-hwan/hcl 2024-09-10 14:11:42 +00:00
b5c24eb440 simplified message send a bit
hyung-hwan pushed to main at hyung-hwan/hcl 2024-09-10 06:24:50 +00:00
d0019e52cb fixed typos in configure.ac
hyung-hwan pushed to main at hyung-hwan/hcl 2024-09-10 03:30:46 +00:00
73cb88cfce updated the go wrapper to print compatible error messages with the main implementation
hyung-hwan pushed to main at hyung-hwan/hcl 2024-09-08 08:26:36 +00:00
c8af7b2fd3 use hcl_instantiate() in hcl_makedic()
hyung-hwan pushed to main at hyung-hwan/hcl 2024-09-08 06:52:43 +00:00
b39bfaa181 updated code to correct the RDONLY bit behavior
hyung-hwan pushed to main at hyung-hwan/hcl 2024-09-07 03:54:28 +00:00
4a6da0b386 added conditionals ENABLE_STATIC and ENABLE_SHARED
hyung-hwan pushed to main at hyung-hwan/hcl 2024-09-07 03:34:28 +00:00
a5d13e17e5 updated hclgo's command line parsing a bit
hyung-hwan pushed to main at hyung-hwan/hcl 2024-09-07 01:16:18 +00:00
4617a68a71 fixed the wrong bootstraping of ByteString
hyung-hwan pushed to main at hyung-hwan/hcl 2024-09-06 15:40:05 +00:00
1dedee9ae3 instanation the bxxx literal as ByteString. no more ByteArray
hyung-hwan pushed to main at hyung-hwan/hcl 2024-09-04 16:12:34 +00:00
7d9e1b4c0c renamed #include to $include.
hyung-hwan pushed to main at hyung-hwan/hcl 2024-09-03 03:18:20 +00:00
a62b89cea9 enhanced the reader and compiler to treat the binop expression like a message-send expression
hyung-hwan pushed to main at hyung-hwan/hcl 2024-09-01 07:29:46 +00:00
4c1a50df83 made ALIST callable in XLIST
hyung-hwan pushed to main at hyung-hwan/hcl 2024-08-31 17:20:57 +00:00
88e8471014 some binop expression stuff
hyung-hwan pushed to main at hyung-hwan/hcl 2024-08-31 05:05:04 +00:00
150e7386f8 attempting to support multi-binop expression by tranforming it to a chained single-binop expression