hcl/lib
hyung-hwan 89b5089564
Some checks failed
continuous-integration/drone/push Build is failing
modified the reader to allow redundant semicolons as if blank expressions are specified. redundant semicolons form no expressions.
modified the compiler to emit instructions to return the receiver for methods for classes
2023-12-04 22:35:30 +09:00
..
bigint.c added many charcter handling code 2023-11-22 00:24:57 +09:00
chr.c enhanced the compiler to prohibit variable declaration after 'do' if it's the head of block expression 2023-11-28 01:44:13 +09:00
cnode.c updating the compiler to recognize class-level variables accessors prefixed with self/super in assignment expressions 2023-12-02 03:35:59 +09:00
comp.c modified the reader to allow redundant semicolons as if blank expressions are specified. redundant semicolons form no expressions. 2023-12-04 22:35:30 +09:00
debug.c added many charcter handling code 2023-11-22 00:24:57 +09:00
decode.c added many charcter handling code 2023-11-22 00:24:57 +09:00
dic.c added many charcter handling code 2023-11-22 00:24:57 +09:00
err.c updating the compiler to recognize class-level variables accessors prefixed with self/super in assignment expressions 2023-12-02 03:35:59 +09:00
exec.c added many charcter handling code 2023-11-22 00:24:57 +09:00
fmt-imp.h added many charcter handling code 2023-11-22 00:24:57 +09:00
fmt.c added many charcter handling code 2023-11-22 00:24:57 +09:00
gc.c making variable resolution more consisitent. class name resolution part still in progress 2023-12-02 12:52:36 +09:00
hcl-c.c added many charcter handling code 2023-11-22 00:24:57 +09:00
hcl-c.h added many charcter handling code 2023-11-22 00:24:57 +09:00
hcl-cfg.h.in added the go wrapper files. work in progress 2023-10-27 18:20:02 +09:00
hcl-chr.h added many charcter handling code 2023-11-22 00:24:57 +09:00
hcl-cmn.h added some error check scripts 2023-11-27 00:08:59 +09:00
hcl-dos.h added many charcter handling code 2023-11-22 00:24:57 +09:00
hcl-fmt.h added many charcter handling code 2023-11-22 00:24:57 +09:00
hcl-json.h added many charcter handling code 2023-11-22 00:24:57 +09:00
hcl-mac.h added many charcter handling code 2023-11-22 00:24:57 +09:00
hcl-msw.h added many charcter handling code 2023-11-22 00:24:57 +09:00
hcl-opt.h added many charcter handling code 2023-11-22 00:24:57 +09:00
hcl-os2.h added many charcter handling code 2023-11-22 00:24:57 +09:00
hcl-prv.h updating the compiler to recognize class-level variables accessors prefixed with self/super in assignment expressions 2023-12-02 03:35:59 +09:00
hcl-rbt.h added many charcter handling code 2023-11-22 00:24:57 +09:00
hcl-s2.c added the WIP hcl-s2.c file 2023-11-27 00:13:28 +09:00
hcl-s.c added many charcter handling code 2023-11-22 00:24:57 +09:00
hcl-s.h added many charcter handling code 2023-11-22 00:24:57 +09:00
hcl-tmr.h added many charcter handling code 2023-11-22 00:24:57 +09:00
hcl-utl.h added many charcter handling code 2023-11-22 00:24:57 +09:00
hcl-xma.h added many charcter handling code 2023-11-22 00:24:57 +09:00
hcl-xutl.h added many charcter handling code 2023-11-22 00:24:57 +09:00
hcl.c added many charcter handling code 2023-11-22 00:24:57 +09:00
hcl.h making variable resolution more consisitent. class name resolution part still in progress 2023-12-02 12:52:36 +09:00
heap.c added many charcter handling code 2023-11-22 00:24:57 +09:00
json.c added many charcter handling code 2023-11-22 00:24:57 +09:00
Makefile.am added many charcter handling code 2023-11-22 00:24:57 +09:00
Makefile.in added many charcter handling code 2023-11-22 00:24:57 +09:00
mb8.c added many charcter handling code 2023-11-22 00:24:57 +09:00
number.c added many charcter handling code 2023-11-22 00:24:57 +09:00
obj.c added many charcter handling code 2023-11-22 00:24:57 +09:00
opt-impl.h added many charcter handling code 2023-11-22 00:24:57 +09:00
opt.c added many charcter handling code 2023-11-22 00:24:57 +09:00
prim.c updated the reader and the compiler to support self.var inside class definition 2023-12-01 21:49:28 +09:00
print.c added many charcter handling code 2023-11-22 00:24:57 +09:00
rbt.c added many charcter handling code 2023-11-22 00:24:57 +09:00
read.c modified the reader to allow redundant semicolons as if blank expressions are specified. redundant semicolons form no expressions. 2023-12-04 22:35:30 +09:00
std.c added many charcter handling code 2023-11-22 00:24:57 +09:00
sym.c added many charcter handling code 2023-11-22 00:24:57 +09:00
tmr.c added many charcter handling code 2023-11-22 00:24:57 +09:00
uch-case.h added many charcter handling code 2023-11-22 00:24:57 +09:00
uch-prop.h added many charcter handling code 2023-11-22 00:24:57 +09:00
utf8.c added many charcter handling code 2023-11-22 00:24:57 +09:00
utf16.c added many charcter handling code 2023-11-22 00:24:57 +09:00
utl.c added many charcter handling code 2023-11-22 00:24:57 +09:00
xma.c added many charcter handling code 2023-11-22 00:24:57 +09:00
xutl-sa.h added many charcter handling code 2023-11-22 00:24:57 +09:00
xutl.c added many charcter handling code 2023-11-22 00:24:57 +09:00