hyung-hwan
  • Joined on 2022-12-21
hyung-hwan pushed to main at hyung-hwan/hcl 2024-07-20 10:13:09 +00:00
bd107a172c renamed all lambdas to funs
hyung-hwan pushed to main at hyung-hwan/hcl 2024-07-20 09:16:28 +00:00
6645962163 renamed lambda to block in some places
hyung-hwan pushed to main at hyung-hwan/hcl 2024-07-20 01:17:22 +00:00
55d7fa0ef7 updated method lookup
hyung-hwan pushed to main at hyung-hwan/hcl 2024-07-19 15:59:05 +00:00
22a066ce95 class method lookup extended to the Class class
hyung-hwan pushed to main at hyung-hwan/hcl 2024-07-19 11:50:40 +00:00
f216699240 enhanced the print function to print the class name for a class
hyung-hwan pushed to main at hyung-hwan/hcl 2024-07-15 15:15:46 +00:00
91e1e8c9c3 added core.class_name module function
hyung-hwan pushed to main at hyung-hwan/hcl 2024-07-15 14:48:02 +00:00
81070919d7 fixed the issue caused in the previous comming regarding class name handling
hyung-hwan pushed to main at hyung-hwan/hcl 2024-07-15 10:37:38 +00:00
e1de4624fd broken code - trying to put the name field to class
hyung-hwan pushed to main at hyung-hwan/hcl 2024-07-15 09:53:08 +00:00
43062e4db3 removed a duplicate function
hyung-hwan pushed to main at hyung-hwan/hcl 2024-07-14 16:09:32 +00:00
8c5affe9a5 updated the tuple handling slightly
hyung-hwan pushed to main at hyung-hwan/hcl 2024-07-14 16:02:19 +00:00
57d9668110 reader improvement to filter out binop from a tuple
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