hyung-hwan
  • Joined on 2022-12-21
hyung-hwan pushed to main at hyung-hwan/hak 2025-10-19 16:02:40 +00:00
83051149cf uncommented lines setting the error number in hak_geterrbinf() and hak_geterruinf()
hyung-hwan pushed to main at hyung-hwan/hak 2025-10-19 03:24:30 +00:00
31a673e185 removed the tgt argument values to syntax error formatting function
hyung-hwan pushed to main at hyung-hwan/hak 2025-10-17 14:26:35 +00:00
8c6235be16 some error message trimming done
hyung-hwan pushed to main at hyung-hwan/hak 2025-10-15 14:28:25 +00:00
00f6b70028 trimming various syntax error messages
hyung-hwan pushed to main at hyung-hwan/hak 2025-10-14 15:04:09 +00:00
e99a4e700b in progress removing the error target stuffs
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