hyung-hwan
  • Joined on 2022-12-21
hyung-hwan pushed to main at hyung-hwan/hawk 2025-10-01 04:55:19 +00:00
99959cf35d fixed the assertion failure that arose when a built-in global variable is set with -v.
hyung-hwan pushed to main at hyung-hwan/hak 2025-09-29 16:00:54 +00:00
78f43c8b4f touching up the header files
hyung-hwan pushed to main at hyung-hwan/hawk 2025-09-28 16:00:03 +00:00
5d7ec0cc1f minor code reformat
hyung-hwan pushed to main at hyung-hwan/hak 2025-09-27 15:42:29 +00:00
50c1d63ef4 simplified how to retrieve dbgi a bit
hyung-hwan pushed to main at hyung-hwan/hak 2025-09-27 15:39:36 +00:00
c8244fd759 simplified how to retrieve dbgi a bit
hyung-hwan pushed to main at hyung-hwan/hawk 2025-09-27 02:37:39 +00:00
2c544ae383 enhanced split() and splitting by FS to support the escape doubling scheme
hyung-hwan pushed to main at hyung-hwan/hawk 2025-09-27 02:18:52 +00:00
75940b591a enhanced split() and splitting by FS to support the escape doubling scheme
hyung-hwan pushed to main at hyung-hwan/hawk 2025-09-26 16:39:15 +00:00
0ffe46992b added a test case for split
hyung-hwan pushed to main at hyung-hwan/haza 2025-09-26 10:58:32 +00:00
6ce8f1a5fe added some option handling functions
hyung-hwan pushed to main at hyung-hwan/hak 2025-09-25 15:32:46 +00:00
0128fe88dc change the way to read a token beginning with a colon.
hyung-hwan pushed to main at hyung-hwan/hak 2025-09-25 15:23:49 +00:00
e99e7a5337 change the way to read a token beginning with a colon.
hyung-hwan pushed to main at hyung-hwan/hak 2025-09-24 16:34:18 +00:00
4c000c2c9c updated hak_sqrtint() to return an error if a negative number is given.
hyung-hwan pushed to main at hyung-hwan/hak 2025-09-23 16:00:49 +00:00
d5eade91db permitted a binop token as the back of a dotted symbol for easier access to binop primitives via modules
hyung-hwan pushed to main at hyung-hwan/hak 2025-09-22 11:19:49 +00:00
6b0cf766ce added pragma liberal on/off
hyung-hwan pushed to main at hyung-hwan/hak 2025-09-21 15:39:15 +00:00
a0fd6c5048 improved identifier classification function
hyung-hwan pushed to main at hyung-hwan/hak 2025-09-21 08:14:04 +00:00
5819be7fa5 updating the compiler/reader to handle binops more specially
013dbb9e5c simple reformatting
Compare 2 commits »
hyung-hwan pushed to main at hyung-hwan/hak 2025-09-17 16:09:20 +00:00
f8f063a68c updated the class-superclass compatibility check
hyung-hwan pushed to main at hyung-hwan/hak 2025-09-17 13:52:01 +00:00
8c54c12ea7 added a configure option to disable isocline
hyung-hwan pushed to main at hyung-hwan/haza 2025-09-17 10:31:52 +00:00
90365bfdd4 added some dhcp4 packet functions and generic byte reading functions
hyung-hwan pushed to main at hyung-hwan/hak 2025-09-16 14:47:59 +00:00
0da9721c9f enhanced class_enter to check indexed type between a class and a superclass