hyung-hwan
  • Joined on 2022-12-21
hyung-hwan pushed to main at hyung-hwan/hcl 2024-07-13 08:38:31 +00:00
7754d7c7e9 enhanced the reader to perform sanity check on a tuple in advance
hyung-hwan pushed to main at hyung-hwan/hcl 2024-07-13 04:34:07 +00:00
0d5907b726 minor change in test driver
hyung-hwan pushed to main at hyung-hwan/hcl 2024-07-09 14:44:41 +00:00
8f87dbe008 changed the syntax of the class-level variable declacration to use square brackets
hyung-hwan pushed to main at hyung-hwan/hcl 2024-07-08 14:19:52 +00:00
e91c9da9d4 wip - class/instance variable declaration parser
hyung-hwan pushed to main at hyung-hwan/hcl 2024-07-08 10:54:41 +00:00
c4320ac147 wip - change class/instance variable declaration parser
hyung-hwan pushed to main at hyung-hwan/hcl 2024-07-06 05:29:20 +00:00
cd67f4b337 preparing to handle instance/class variables in a new style
hyung-hwan pushed to main at hyung-hwan/hcl 2024-07-06 03:16:18 +00:00
6407d3c175 removed the option HCL_TRAIT_LANG_ENABLE_BLOCK, thus removing conditional codes for simplicity.
hyung-hwan pushed to main at hyung-hwan/hcl 2024-07-05 15:47:59 +00:00
0befaf0a97 added the name field to the class struct
hyung-hwan pushed to main at hyung-hwan/hcl 2024-07-04 15:53:54 +00:00
36b83c63e7 adding some hcl code
hyung-hwan pushed to main at hyung-hwan/hcl 2024-07-01 09:55:37 +00:00
86ea4e7071 improved the slicing function
hyung-hwan pushed to main at hyung-hwan/playground 2024-07-01 00:24:29 +00:00
b36b9bf5a0 updated go docker images
hyung-hwan pushed to main at hyung-hwan/hcl 2024-06-29 07:17:41 +00:00
7007d9add0 adding some primitive functions
hyung-hwan pushed to main at hyung-hwan/hawk 2024-06-25 06:22:08 +00:00
d6ac0010d3 fixed a segfault bug in mysql::stmt_init(), raising the version to 0.9.8
hyung-hwan pushed to main at hyung-hwan/hcl 2024-06-24 10:06:53 +00:00
f4456dde2e added the substr function
hyung-hwan pushed to main at hyung-hwan/hawk 2024-06-06 06:33:18 +00:00
be43c289b6 Merge branch 'vmfhrmfoaj-main' containing the new memcached client module
96ece751f7 added memcached module
Compare 2 commits »
hyung-hwan pushed to main at hyung-hwan/hcl 2024-05-31 15:21:06 +00:00
8309f057b3 moved the proprocessor capability check up the file
hyung-hwan pushed to main at hyung-hwan/hcl 2024-05-31 15:12:02 +00:00
071d971457 added more test cases
hyung-hwan pushed to main at hyung-hwan/hcl 2024-05-31 06:21:21 +00:00
75580f5235 fixed the bug accessing the wrong context in IVAR and CVAR_M instructions
hyung-hwan pushed to main at hyung-hwan/hcl 2024-05-29 14:19:41 +00:00
c25f0dabdb compiler fix to prohibit self. or super. in out-of-class method defintion nested in a normal method in a class
hyung-hwan pushed to main at hyung-hwan/hcl 2024-05-26 14:18:46 +00:00
b4d435a593 compiler improvement to support out-of-class class method or calss instance method definitions. pending more tests