hyung-hwan
  • Joined on 2022-12-21
hyung-hwan pushed to main at hyung-hwan/hio 2023-11-16 03:30:09 +00:00
c7e989518f fixed the early task termination issue in http-file.c
hyung-hwan pushed to main at hyung-hwan/hio 2023-11-15 16:46:11 +00:00
0d44a00953 fixed some memory leak issues
hyung-hwan pushed to main at hyung-hwan/hcl 2023-11-15 05:35:58 +00:00
01c0636206 enhanced the block expression checker to allow non-block expression if not followed by another expression
hyung-hwan pushed to main at hyung-hwan/qse 2023-11-15 03:52:53 +00:00
b6a27d2978 corrected links to sub pages in README.md
hyung-hwan pushed to main at hyung-hwan/qse 2023-11-15 03:50:04 +00:00
2c9e0555d0 fixed a bug in dhcp4msg.c
fcd2c4f68b added qse_dhcp4_delete_option().
Compare 2 commits »
hyung-hwan pushed to main at hyung-hwan/hcl 2023-11-15 00:58:17 +00:00
84660b6e79 simplified the block expression checking in processing defun by calling the common checker function
hyung-hwan pushed to main at hyung-hwan/hcl 2023-11-14 08:57:29 +00:00
8085fb7725 changed class handling to check for the block expression if enabled
hyung-hwan pushed to main at hyung-hwan/hcl 2023-11-14 03:21:01 +00:00
4f8e7ae76e added the 'fun' symbol as an alias to 'lamba'
hyung-hwan pushed to main at hyung-hwan/hcl 2023-11-13 15:32:02 +00:00
65937937fb updated the compiler to check the block expression after if/elif/else/while/until more properly
hyung-hwan pushed to main at hyung-hwan/hcl 2023-11-13 07:36:46 +00:00
b6c1cc8864 fixed fun-01.hcl
hyung-hwan pushed to main at hyung-hwan/hcl 2023-11-13 07:12:16 +00:00
f42508731d added code to check if the body after if-condition or else is a block expression. work in progress
hyung-hwan pushed to main at hyung-hwan/hcl 2023-11-13 00:38:34 +00:00
1c083885bc added a new test script
hyung-hwan pushed to main at hyung-hwan/hcl 2023-11-12 12:54:27 +00:00
8cb9178820 fixed many more issue in compiling block expressoins
hyung-hwan pushed to main at hyung-hwan/hcl 2023-11-11 15:31:45 +00:00
268eae3e53 updated comment text in read.c
hyung-hwan pushed to main at hyung-hwan/hcl 2023-11-11 08:57:38 +00:00
41ca7a219d chnaged ; to ## in test programs
hyung-hwan pushed to main at hyung-hwan/playground 2023-11-11 08:50:26 +00:00
7f58486a01 changed the docsify's routerMode to history. it used the default 'hash' earlier
hyung-hwan pushed to main at hyung-hwan/hcl 2023-11-10 09:07:01 +00:00
23610117d6 fixing various reader bug in the block mdoe
hyung-hwan pushed to main at hyung-hwan/hcl 2023-11-09 17:59:50 +00:00
889d5d90ae compiler fix to support the code block expression
hyung-hwan pushed to main at hyung-hwan/hcl 2023-11-09 15:03:15 +00:00
5a28ab3749 working on the block expression compilation
hyung-hwan pushed to main at hyung-hwan/hcl 2023-11-08 10:05:40 +00:00
9110a083eb some code to handle the auto-forged xlist beginning with no opening parenthesis but ending with a semicolon