hyung-hwan
  • Joined on 2022-12-21
hyung-hwan pushed to main at hyung-hwan/hcl 2024-03-02 10:30:10 +00:00
ec73905fc4 wip - full oop. broken code
hyung-hwan pushed to main at hyung-hwan/hcl 2024-03-02 05:59:39 +00:00
def1e7349c first attempt in implementing full OO
hyung-hwan pushed to main at hyung-hwan/hcl 2024-02-26 04:34:21 +00:00
4afb064530 writing full oop bootstrapping code
hyung-hwan pushed to main at hyung-hwan/hcl 2024-02-25 04:55:14 +00:00
2bd510181c enhanced error handling in some object allocation functions
hyung-hwan pushed to main at hyung-hwan/hcl 2024-02-24 13:53:45 +00:00
ba2e5d1ed6 updated the go wrapper code to save one memory allocation
hyung-hwan pushed to main at hyung-hwan/hcl 2024-02-24 10:41:41 +00:00
6b279e1785 some cleanup on go wrapper code
hyung-hwan pushed to main at hyung-hwan/hcl 2024-02-24 08:38:51 +00:00
06176f4900 resolved the issue that go wrapper code stores the file name path in memory allocated with C.malloc
hyung-hwan pushed to main at hyung-hwan/hcl 2024-02-24 03:58:06 +00:00
44a6cda801 wip - fixing file inclusion handling in the go wrapper code
hyung-hwan pushed to main at hyung-hwan/hcl 2024-02-22 15:54:48 +00:00
1a7d86a293 better error handling in the pascal wrapper
hyung-hwan pushed to main at hyung-hwan/hcl 2024-02-22 15:32:30 +00:00
14fbbd1f31 fixed pascal wrapper bug in including a file
hyung-hwan pushed to main at hyung-hwan/hcl 2024-02-21 16:21:22 +00:00
308b39d50b change to read a line before starting to feed input in the interactive mode
hyung-hwan pushed to main at hyung-hwan/hcl 2024-02-20 13:57:39 +00:00
c260301db1 some improvement to the hcl command in the interactive mode
hyung-hwan pushed to main at hyung-hwan/hcl 2024-02-20 06:52:39 +00:00
b80bea5f73 renamed Interp.Compile to Interp.CompileText
hyung-hwan pushed to main at hyung-hwan/hcl 2024-02-20 06:40:59 +00:00
ee152519a8 converted some macros to functions - hcl_getxtn(), hcl_getcmgr(), hcl_setcmgr, hcl_getmmgr()
hyung-hwan pushed to main at hyung-hwan/hcl 2024-02-19 23:52:15 +00:00
d1deecb5d7 added HCL_LANG_ENABLE_WIDE_DELIMI for experiment
hyung-hwan pushed to main at hyung-hwan/hcl 2024-02-19 11:48:49 +00:00
ef3b2bd141 enhanced the byte cci handler code
hyung-hwan pushed to main at hyung-hwan/playground 2024-02-19 08:33:45 +00:00
512b821232 created the go122.rocky9 image
hyung-hwan pushed to main at hyung-hwan/hcl 2024-02-18 09:21:33 +00:00
ca1e82816d almost finished the byte cci handler. yet to test more
hyung-hwan pushed to main at hyung-hwan/hcl 2024-02-18 01:13:08 +00:00
20d8a81a34 wip - working on byte cci handler
hyung-hwan pushed to main at hyung-hwan/hcl 2024-02-17 00:16:56 +00:00
ac38c62b0d wip - implementing byte cci handler