hyung-hwan
  • Joined on 2022-12-21
hyung-hwan pushed to main at hyung-hwan/hak 2023-11-08 10:05:40 +00:00
9110a083eb some code to handle the auto-forged xlist beginning with no opening parenthesis but ending with a semicolon
hyung-hwan pushed to main at hyung-hwan/hak 2023-11-07 15:12:00 +00:00
44fd446274 switched to use fgetc() instead of fread() because fread() doesn't stop when a new line is enountered. fgets() is not a good candidate either.
hyung-hwan pushed to main at hyung-hwan/hak 2023-11-07 12:23:10 +00:00
d5c47e5a9a in progress implementing the block
hyung-hwan pushed to main at hyung-hwan/hak 2023-11-07 11:18:16 +00:00
38e7d85312 removed unused variables and corrected flaws in error message conversion functions
hyung-hwan pushed to main at hyung-hwan/hak 2023-11-07 10:47:49 +00:00
984c1f62a9 added the semicolon as a token and a delimiter
hyung-hwan pushed to main at hyung-hwan/hak 2023-11-07 10:19:21 +00:00
d9e658dc4b some more naming changes
hyung-hwan pushed to main at hyung-hwan/hak 2023-11-05 14:33:34 +00:00
3953a8e404 fixed the file inclusion error in the go wrappers
hyung-hwan pushed to main at hyung-hwan/hak 2023-11-05 13:31:45 +00:00
20ddd12c89 renamed various names
hyung-hwan pushed to main at hyung-hwan/hak 2023-11-05 07:58:56 +00:00
94a44f1fd7 separted the IO handlers to the source code handler and user stream handlers
hyung-hwan pushed to main at hyung-hwan/hak 2023-11-04 14:23:32 +00:00
bcfe69feda yet another round of internal name changes
238365e198 another round of internal name changes
Compare 2 commits »
hyung-hwan pushed to main at hyung-hwan/hak 2023-11-04 13:58:40 +00:00
df924338df internal name changes
hyung-hwan pushed to main at hyung-hwan/hak 2023-11-04 04:50:31 +00:00
110cb0b767 renamed some variables
hyung-hwan pushed to main at hyung-hwan/hak 2023-11-03 13:48:13 +00:00
b913ab5403 fixed some build dependency
hyung-hwan pushed to main at hyung-hwan/hak 2023-11-03 09:05:02 +00:00
428f67f25c added hcl_feedbchars()/hcl_feeduchars()
hyung-hwan pushed to main at hyung-hwan/hak 2023-11-01 07:06:39 +00:00
7ccc1ce136 enhanced the go wrapper by adding more methods and cleaning up code
hyung-hwan pushed to main at hyung-hwan/hak 2023-10-31 16:42:54 +00:00
85a2152be4 fixed the go wrapper code further
hyung-hwan pushed to main at hyung-hwan/hak 2023-10-31 12:17:21 +00:00
3b9b02de83 changed 'sed' to use -e for an expression
hyung-hwan pushed to main at hyung-hwan/hak 2023-10-29 17:30:28 +00:00
a7b323b795 specifed CGO_CFLAGS and CGO_LDFLAGS in Makefile.am
hyung-hwan pushed to main at hyung-hwan/hak 2023-10-29 13:01:30 +00:00
5a1fd8f130 updated the module name in go.mod
hyung-hwan pushed to main at hyung-hwan/hak 2023-10-29 12:40:23 +00:00
801b5ea77f restructured some go wrapper files