hyung-hwan
  • Joined on 2022-12-21
hyung-hwan pushed to main at hyung-hwan/hcl 2024-01-20 01:12:53 +00:00
f88c3a9c1f added a new error case. the case yet to be resolved in implementation
hyung-hwan pushed to main at hyung-hwan/hcl 2024-01-19 16:17:45 +00:00
b35ed20c68 updated the reader code to ignore EOL inside vlist
hyung-hwan pushed to main at hyung-hwan/hcl 2024-01-19 04:25:55 +00:00
828bdbb6b7 renamed HCL_TRAIT_LANG_NL_TERMINATOR to HCL_TRAIT_LANG_ENABLE_EOL with bug fixes
hyung-hwan pushed to main at hyung-hwan/hcl 2024-01-18 14:56:02 +00:00
f01c499832 added line-break escaping
hyung-hwan pushed to main at hyung-hwan/hcl 2024-01-18 10:16:20 +00:00
b3f363c94f experimenting with a new line as a terminator like a semicolon. this breaks some test cases as of now
hyung-hwan pushed to main at hyung-hwan/hcl 2024-01-14 15:47:15 +00:00
656af796ed updated testers with updated syntax
hyung-hwan pushed to main at hyung-hwan/hcl 2024-01-14 00:49:12 +00:00
48a54d61c1 updated the reader to forge an outer xlist automatically if the beginning is a complex literal expression like array([]), dictionary(#{}), etc
hyung-hwan pushed to main at hyung-hwan/hcl 2024-01-13 16:29:49 +00:00
eb6e0484af WIP - multi-variable assigment. experimental convertion from := to set/set-r done
hyung-hwan pushed to main at hyung-hwan/hcl 2024-01-13 05:38:35 +00:00
c5606262b9 WIP - multi-vars assignment
hyung-hwan pushed to main at hyung-hwan/hcl 2024-01-07 15:43:27 +00:00
f70a087525 enhanced the error handling in lib/read.c
hyung-hwan pushed to main at hyung-hwan/hcl 2024-01-07 01:38:54 +00:00
cf0162e140 := experiment
hyung-hwan pushed to main at hyung-hwan/hcl 2024-01-06 09:11:59 +00:00
a960af379a added more context-sensitive error messages upon memory allocation failures in comp.c and read.c
hyung-hwan pushed to main at hyung-hwan/hcl 2024-01-06 04:15:35 +00:00
3ea6b92b5f attempt to implement the assignment expression using :=
hyung-hwan pushed to main at hyung-hwan/hcl 2024-01-05 06:02:24 +00:00
9bc90c4d60 added HCL_MOD_LIBDIRS
hyung-hwan pushed to main at hyung-hwan/playground 2024-01-04 01:42:54 +00:00
59020ca444 added docker files for rocky9 dev images
hyung-hwan pushed to main at hyung-hwan/hcl 2024-01-03 13:47:52 +00:00
15a8f142f1 updated .drone.yml to show error logs upon build failure
hyung-hwan pushed to main at hyung-hwan/hcl 2024-01-03 12:11:49 +00:00
dab0c01e73 removed MLIST by LPARCOLON
hyung-hwan pushed to main at hyung-hwan/hcl 2024-01-02 15:45:52 +00:00
758d5e953b updated multiple test files
hyung-hwan pushed to main at hyung-hwan/hcl 2024-01-02 04:59:18 +00:00
309442e307 enhanced the compiler to show a proper message for a redundant class name defined with 'class'
hyung-hwan pushed to main at hyung-hwan/hcl 2024-01-01 16:42:01 +00:00
c82b56fdf6 enhanced the MLIST syntax - '(obj:message arg1 arg2)'