hyung-hwan
  • Joined on 2022-12-21
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
hyung-hwan pushed to main at hyung-hwan/hcl 2024-02-16 00:33:02 +00:00
dce2b4e040 added lenght check in strerror handling
hyung-hwan pushed to main at hyung-hwan/hcl 2024-02-15 23:39:52 +00:00
dc8f0102a8 fixed the strerror_r issue arising for implementation difference
hyung-hwan pushed to main at hyung-hwan/hcl 2024-02-14 15:27:39 +00:00
bd8bf36485 touched up some error message
hyung-hwan pushed to main at hyung-hwan/hcl 2024-02-12 15:57:43 +00:00
a4d8d8e2a5 WIP - updating pascal wrapper with its own cci handler
hyung-hwan pushed to main at hyung-hwan/hcl 2024-02-11 07:39:28 +00:00
f85dd54040 minor code cleanup
hyung-hwan pushed to main at hyung-hwan/hcl 2024-02-11 04:41:42 +00:00
cac171f4b2 enhanced configure.ac to better support fpc wrapper's linking when findng compiler's builtin libraries such as libgcc or libquadmath
hyung-hwan pushed to main at hyung-hwan/hcl 2024-02-10 03:23:59 +00:00
b86eb13fb1 implemented simple binary operator handling in the reader code
hyung-hwan pushed to main at hyung-hwan/hcl 2024-02-09 15:31:37 +00:00
0455d6cdb3 let the reader check rvalue counts before converting to set or set-r