hyung-hwan
  • Joined on 2022-12-21
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
hyung-hwan pushed to main at hyung-hwan/hcl 2024-08-29 10:05:39 +00:00
e0e86d5463 added a test case for mutlivariable assignment to instance variables
hyung-hwan pushed to main at hyung-hwan/hcl 2024-08-28 16:15:08 +00:00
a93abed8a1 fixed the wrong initialization of the ivaroff field of the context object in make_context()
hyung-hwan pushed to main at hyung-hwan/hcl 2024-08-28 15:55:47 +00:00
b9997b7079 fixed a bug in printing the class_XXmstore instruction executed
hyung-hwan pushed to main at hyung-hwan/hcl 2024-08-27 15:59:09 +00:00
8597f532fa updated the reader to transform the assignment expression to set/set-r expressions.
hyung-hwan pushed to main at hyung-hwan/hcl 2024-08-22 16:07:52 +00:00
8602a479d7 'do' treated as a keyword
hyung-hwan pushed to main at hyung-hwan/hcl 2024-08-22 09:10:58 +00:00
229d3b1f29 renamed return-from-home to revert
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