hcl/lib
2023-11-15 09:58:02 +09:00
..
bigint.c working on the block expression compilation 2023-11-10 00:03:03 +09:00
cnode.c fixed many more issue in compiling block expressoins 2023-11-12 21:54:17 +09:00
comp.c simplified the block expression checking in processing defun by calling the common checker function 2023-11-15 09:58:02 +09:00
debug.c added 'class_push_exit' 2021-12-24 00:05:58 +00:00
decode.c working on the block expression compilation 2023-11-10 00:03:03 +09:00
dic.c working on the block expression compilation 2023-11-10 00:03:03 +09:00
err.c compiler fix to support the code block expression 2023-11-10 02:59:41 +09:00
exec.c working on the block expression compilation 2023-11-10 00:03:03 +09:00
fmt-imp.h working on the block expression compilation 2023-11-10 00:03:03 +09:00
fmt.c working on the block expression compilation 2023-11-10 00:03:03 +09:00
gc.c added the 'fun' symbol as an alias to 'lamba' 2023-11-14 12:20:47 +09:00
hcl-c.c working on the block expression compilation 2023-11-10 00:03:03 +09:00
hcl-c.h introduced the new type hcl_bitmask_t 2018-04-26 04:39:20 +00:00
hcl-cfg.h.in added the go wrapper files. work in progress 2023-10-27 18:20:02 +09:00
hcl-cmn.h some more code cleanup 2021-03-28 03:44:27 +00:00
hcl-dos.h working on the block expression compilation 2023-11-10 00:03:03 +09:00
hcl-fmt.h some more code cleanup 2021-03-28 03:44:27 +00:00
hcl-json.h working on the block expression compilation 2023-11-10 00:03:03 +09:00
hcl-mac.h working on the block expression compilation 2023-11-10 00:03:03 +09:00
hcl-msw.h working on the block expression compilation 2023-11-10 00:03:03 +09:00
hcl-opt.h working on the block expression compilation 2023-11-10 00:03:03 +09:00
hcl-os2.h minor code fixes 2021-03-27 10:32:23 +00:00
hcl-prv.h changed class handling to check for the block expression if enabled 2023-11-14 17:57:20 +09:00
hcl-rbt.h working on the block expression compilation 2023-11-10 00:03:03 +09:00
hcl-s.c renamed various names 2023-11-05 22:31:33 +09:00
hcl-s.h fixed some undefined symbol issues 2023-10-14 23:14:58 +09:00
hcl-tmr.h working on the block expression compilation 2023-11-10 00:03:03 +09:00
hcl-utl.h added hcl_copy_ucstr_to_bcstr(), hcl_copy_bcstr_to_ucstr(), hcl_errnum_to_errbcstr(), hcl_errnum_to_errucstr() 2023-10-29 20:26:48 +09:00
hcl-xma.h working on the block expression compilation 2023-11-10 00:03:03 +09:00
hcl-xutl.h restructured client and server code into a single library libhclex. 2018-04-10 13:57:17 +00:00
hcl.c working on the block expression compilation 2023-11-10 00:03:03 +09:00
hcl.h added the 'fun' symbol as an alias to 'lamba' 2023-11-14 12:20:47 +09:00
heap.c working on the block expression compilation 2023-11-10 00:03:03 +09:00
json.c working on the block expression compilation 2023-11-10 00:03:03 +09:00
Makefile.am add hcl_attachiostd(). 2023-05-18 10:24:01 +09:00
Makefile.in added --enable-hclgo 2023-10-27 18:26:24 +09:00
number.c working on the block expression compilation 2023-11-10 00:03:03 +09:00
obj.c working on the block expression compilation 2023-11-10 00:03:03 +09:00
opt-impl.h working on the block expression compilation 2023-11-10 00:03:03 +09:00
opt.c renamed some function names for naming consistency 2018-04-07 15:54:16 +00:00
prim.c working on the block expression compilation 2023-11-10 00:03:03 +09:00
print.c fixed many more issue in compiling block expressoins 2023-11-12 21:54:17 +09:00
rbt.c first successful implementation of class instantion methods 2022-03-17 13:22:17 +00:00
read.c fixed many more issue in compiling block expressoins 2023-11-12 21:54:17 +09:00
std.c fixed many more issue in compiling block expressoins 2023-11-12 21:54:17 +09:00
sym.c working on the block expression compilation 2023-11-10 00:03:03 +09:00
tmr.c working on the block expression compilation 2023-11-10 00:03:03 +09:00
utf8.c working on the block expression compilation 2023-11-10 00:03:03 +09:00
utl.c added hcl_feedbchars()/hcl_feeduchars() 2023-11-03 18:04:46 +09:00
xma.c working on the block expression compilation 2023-11-10 00:03:03 +09:00
xutl-sa.h working on the block expression compilation 2023-11-10 00:03:03 +09:00
xutl.c restructured client and server code into a single library libhclex. 2018-04-10 13:57:17 +00:00