hyung-hwan
  • Joined on 2022-12-21
hyung-hwan pushed to main at hyung-hwan/hak 2025-10-10 16:49:22 +00:00
702696da89 trying to simplify error message handling
hyung-hwan pushed to main at hyung-hwan/hak 2025-10-08 14:38:36 +00:00
7504ec1a4c added hak_makesymbolwithuchars()/hak_makesymbolwithbchars()/hak_makestringwithuchars()/hak_makestirngwithbchars()
hyung-hwan pushed to main at hyung-hwan/hodu 2025-10-08 05:29:48 +00:00
f9e3030268 fixed a nil check issue
hyung-hwan pushed to main at hyung-hwan/hak 2025-10-05 15:59:35 +00:00
56dfb3630e updated hak_open()/hak_openstd()/etc to accept the pointer to hak_errinf_t to convey an error message upon instantiation failure.
hyung-hwan pushed to main at hyung-hwan/hawk 2025-10-05 01:18:15 +00:00
b2b5e86467 added a new test case using an exterally downloaded script
hyung-hwan pushed to main at hyung-hwan/hawk 2025-10-05 01:11:40 +00:00
ab5e2d2ed3 added a new test case using an exterally downloaded script
hyung-hwan pushed to main at hyung-hwan/hawk 2025-10-04 17:11:20 +00:00
50678c4973 implemented a way for a console input handler to indicate medium switching
hyung-hwan pushed to main at hyung-hwan/hawk 2025-10-04 12:54:06 +00:00
4db3ca157f updated getline/getbline to evaluate the variable upon an error or eof as well
hyung-hwan pushed to main at hyung-hwan/hawk 2025-10-04 09:36:16 +00:00
4ca08e122a enhanced ARGC/ARGV handling in the console input handler
hyung-hwan pushed to main at hyung-hwan/hawk 2025-10-04 01:43:20 +00:00
50e8499925 improved wide character type detection a bit
hyung-hwan pushed to main at hyung-hwan/hawk 2025-10-03 17:36:57 +00:00
1692e9ac2b enhanced the tokenizer to recognize the octal notation as much as possible in a regular expression
hyung-hwan pushed to main at hyung-hwan/hawk 2025-10-03 16:39:55 +00:00
2bc122f23a added @pragma rwpipe
hyung-hwan pushed to main at hyung-hwan/hawk 2025-10-02 15:40:36 +00:00
203a0660ef code reformatted
hyung-hwan pushed to main at hyung-hwan/hawk 2025-10-02 15:34:09 +00:00
81536cb66a code reformatted
hyung-hwan pushed to main at hyung-hwan/hawk 2025-10-02 15:21:30 +00:00
531de73535 removed hawk-std.h and merged the text to hawk.h
hyung-hwan pushed to main at hyung-hwan/hawk 2025-10-02 00:30:51 +00:00
83caa10c59 updated README.md a bit
hyung-hwan pushed to main at hyung-hwan/hawk 2025-10-01 15:54:16 +00:00
16b1739ebc enhanced a special form FS to affect record reading in bytes
hyung-hwan pushed to main at hyung-hwan/hawk 2025-10-01 14:48:57 +00:00
7cee04ba94 enhanced a special form FS to affect record reading
hyung-hwan pushed to main at hyung-hwan/hawk 2025-10-01 14:46:38 +00:00
b365123db8 enhanced a special form FS to affect record reading
hyung-hwan pushed to main at hyung-hwan/hawk 2025-10-01 12:18:00 +00:00
9afed26820 added Sed::clearError() and Sed::retrieveError().