hyung-hwan
  • Joined on 2022-12-21
hyung-hwan pushed to main at hyung-hwan/hak 2025-09-14 16:42:09 +00:00
37b652ead6 changed the syntax for clarity - attribute list to use a tuple, class variable list to use a normal parenthesized list
hyung-hwan pushed to main at hyung-hwan/hak 2025-09-12 14:13:02 +00:00
ef293d35d4 updated the compiler to be more strict when it comes to the places where methods can be defined.
hyung-hwan created repository hyung-hwan/haza 2025-09-11 11:17:35 +00:00
hyung-hwan pushed to main at hyung-hwan/hak 2025-09-08 01:16:52 +00:00
fe18991a4e minor code fixes
hyung-hwan pushed to main at hyung-hwan/hak 2025-09-06 08:03:03 +00:00
b427a5a7b6 enhanced backtrace to show the main source file name
hyung-hwan pushed to main at hyung-hwan/hak 2025-09-06 05:32:24 +00:00
d562ebfcb9 enhanced the backtrace output loop
hyung-hwan pushed to main at hyung-hwan/hak 2025-09-05 16:32:50 +00:00
36a10b382c troubleshotting the backtrace code
hyung-hwan pushed to main at hyung-hwan/hak 2025-09-05 13:42:06 +00:00
d8113efc28 expanded MAKE_FUNCTION and MAKE_LAMBDA to encode literal frame index to name.
hyung-hwan pushed to main at hyung-hwan/hak 2025-09-05 01:52:12 +00:00
313d1f9800 simple code reformatting
hyung-hwan pushed to main at hyung-hwan/hodu 2025-09-05 01:35:57 +00:00
437ab8ccef fixed wrong indentations
hyung-hwan pushed to main at hyung-hwan/hak 2025-09-04 16:16:43 +00:00
4d3172e552 some code reformatting
hyung-hwan pushed to main at hyung-hwan/hak 2025-09-03 14:08:34 +00:00
ad510b1436 fixed wrong spec decoding in core.basicAt and core.basicAtPut functions
hyung-hwan pushed to main at hyung-hwan/hak 2025-09-02 15:25:54 +00:00
e64b7c495b added the mascot file
hyung-hwan pushed to main at hyung-hwan/hak 2025-09-02 14:58:30 +00:00
20d2db0e27 renamed hcl to hak
hyung-hwan renamed repository from hcl to hyung-hwan/hak 2025-09-02 14:51:31 +00:00
hyung-hwan pushed to main at hyung-hwan/hawk 2025-09-01 05:52:40 +00:00
a142af090a registered gensub under the str module
hyung-hwan pushed to main at hyung-hwan/hawk 2025-09-01 01:27:32 +00:00
00c9983328 stricter length check in copy_to_skad()
hyung-hwan pushed to main at hyung-hwan/hawk 2025-08-31 08:58:22 +00:00
6aca30c893 more code clean-up
hyung-hwan pushed to main at hyung-hwan/hawk 2025-08-31 02:36:37 +00:00
8f1b8ffc03 some code fixes and refactoring
hyung-hwan pushed to main at hyung-hwan/hawk 2025-08-30 16:48:21 +00:00
8e1ef21150 added a couple of test cases for gensub