hyung-hwan
  • Joined on 2022-12-21
hyung-hwan pushed to main at hyung-hwan/hcl 2023-12-01 18:09:25 +00:00
5521a0c81e updating the compiler to recognize class-level variables accessors prefixed with self/super in assignment expressions
hyung-hwan pushed to main at hyung-hwan/hcl 2023-12-01 12:49:43 +00:00
70828ac110 updated the reader and the compiler to support self.var inside class definition
hyung-hwan pushed to main at hyung-hwan/hcl 2023-11-29 08:13:02 +00:00
e6f6d33e51 enhanced the feed processor to auto-terminate auto-forged xlist without semicolon if it comes right before the right brace
hyung-hwan pushed to main at hyung-hwan/hcl 2023-11-29 06:54:49 +00:00
bb4786b6ca some compiler enhancements
hyung-hwan pushed to main at hyung-hwan/hcl 2023-11-28 11:47:58 +00:00
57629478a1 some 'do' experiment
hyung-hwan pushed to main at hyung-hwan/hcl 2023-11-27 16:44:31 +00:00
9f4bf7485d enhanced the compiler to prohibit variable declaration after 'do' if it's the head of block expression
hyung-hwan pushed to main at hyung-hwan/hcl 2023-11-27 09:28:43 +00:00
f3c0c1b8c1 enhanced the compiler to prohibit variable declaration in class init scope
hyung-hwan pushed to main at hyung-hwan/hcl 2023-11-26 15:13:36 +00:00
eede341cfa added the WIP hcl-s2.c file
hyung-hwan pushed to main at hyung-hwan/hcl 2023-11-26 15:09:12 +00:00
e91dde6213 added some error check scripts
hyung-hwan pushed to main at hyung-hwan/hio 2023-11-23 10:47:08 +00:00
a34831a2e9 minor fixes
hyung-hwan pushed to main at hyung-hwan/hio 2023-11-22 06:41:22 +00:00
4ea67234e0 enhanced tcp cork handling in http-file.c
hyung-hwan pushed to main at hyung-hwan/hcl 2023-11-21 15:25:20 +00:00
3d47a99cd2 added many charcter handling code
hyung-hwan pushed to main at hyung-hwan/moo 2023-11-21 14:50:10 +00:00
a2b6e82ba3 minor fixes
hyung-hwan pushed to main at hyung-hwan/hcl 2023-11-21 07:31:04 +00:00
6a861d2db5 minor code clean-up
hyung-hwan pushed to main at hyung-hwan/playground 2023-11-21 03:39:52 +00:00
9e227e7254 added retro-icc.md
hyung-hwan pushed to main at hyung-hwan/hio 2023-11-20 12:54:24 +00:00
0fb45e10d2 added many dhcp message functions
hyung-hwan pushed to main at hyung-hwan/hio 2023-11-20 05:00:14 +00:00
481cf38790 added t/t-cgi.sh
hyung-hwan pushed to main at hyung-hwan/hio 2023-11-20 04:46:37 +00:00
6c8a0d0780 uncomment epoll and poll compile-time selectors
hyung-hwan pushed to main at hyung-hwan/hio 2023-11-20 04:44:04 +00:00
37d072c26a have added the select support
hyung-hwan pushed to main at hyung-hwan/hio 2023-11-19 17:30:46 +00:00
de5eb613ca simple code cleanup in http-file.c