hyung-hwan
  • Joined on 2022-12-21
hyung-hwan created repository hyung-hwan/hodu 2024-11-12 13:56:49 +00:00
hyung-hwan pushed to main at hyung-hwan/qse 2024-11-11 07:26:27 +00:00
cd83a1a29e changed README to README.md in Makefile.am
hyung-hwan pushed to main at hyung-hwan/hcl 2024-10-27 10:17:29 +00:00
431840f77b improved the interactive input handling if isocline is available
hyung-hwan pushed to main at hyung-hwan/hcl 2024-10-26 04:45:01 +00:00
a60bcfef80 minor code fix
hyung-hwan pushed to main at hyung-hwan/hcl 2024-10-22 11:23:29 +00:00
7409f9a2a3 include hcl-str.h from utl.c
hyung-hwan pushed to main at hyung-hwan/hcl 2024-10-21 14:57:18 +00:00
793c6a5d43 adding some class definitions
hyung-hwan pushed to main at hyung-hwan/hcl 2024-10-20 16:20:09 +00:00
9fd31c9c52 fixed a bug of not setting the exception variable position in compile_catch()
hyung-hwan pushed to main at hyung-hwan/hcl 2024-10-20 11:12:49 +00:00
a2b840f41d updated add_class_level_variable() for better duplicate check
hyung-hwan pushed to main at hyung-hwan/hcl 2024-10-20 08:38:05 +00:00
d2b3cc9f71 enhanced the compiler logic to handle the class-level variales
hyung-hwan pushed to main at hyung-hwan/hcl 2024-10-19 13:36:25 +00:00
9b3b2d1e5b enhanced the variable buffer handling by not adding 'space' for the first variable
hyung-hwan pushed to main at hyung-hwan/hcl 2024-10-19 13:01:07 +00:00
41b36ab170 simplified variable adding routines
hyung-hwan pushed to main at hyung-hwan/hcl 2024-10-19 05:15:34 +00:00
001472fe4f removed some unneeded code holding class-level variables
hyung-hwan pushed to main at hyung-hwan/hcl 2024-10-18 17:54:18 +00:00
0b65671adb put back two assertions in exec.c
hyung-hwan pushed to main at hyung-hwan/hcl 2024-10-18 17:32:15 +00:00
f2479c55cd enhancing the compiler to handle 'var' in the class scope. unneeded code to be removed asap
hyung-hwan pushed to main at hyung-hwan/hcl 2024-10-15 10:40:37 +00:00
3c88ada3bf removed a wrong header file entry from lib/Makefile.am
hyung-hwan pushed to main at hyung-hwan/hcl 2024-10-15 07:57:59 +00:00
169c626819 split some common files
hyung-hwan pushed to main at hyung-hwan/hcl 2024-10-14 09:56:34 +00:00
955b734a79 split string fucntions to separate files str.c and hcl-str.h
hyung-hwan pushed to main at hyung-hwan/hcl 2024-10-12 04:59:38 +00:00
7ecb5d36ad updated the compiler to make 'do' handling more consistent with {}
hyung-hwan pushed to main at hyung-hwan/hcl 2024-10-11 15:24:23 +00:00
17550d44c5 renamed fnblk to funblk, cblk to ctlblk.
hyung-hwan pushed to main at hyung-hwan/hcl 2024-10-07 12:47:01 +00:00
42009d3cce enhanced compile_class_attr_list() with data table and binary search