added many charcter handling code
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2023-11-22 00:24:57 +09:00
parent 6a861d2db5
commit 3d47a99cd2
57 changed files with 24011 additions and 138 deletions

View File

@ -48,6 +48,7 @@ pkglibdir = $(libdir)
pkginclude_HEADERS = \
hcl.h \
hcl-chr.h \
hcl-cmn.h \
hcl-fmt.h \
hcl-opt.h \
@ -64,6 +65,7 @@ libhcl_la_SOURCES = \
hcl-utl.h \
hcl-prv.h \
bigint.c \
chr.c \
cnode.c \
comp.c \
debug.c \
@ -76,6 +78,7 @@ libhcl_la_SOURCES = \
gc.c \
hcl.c \
heap.c \
mb8.c \
number.c \
obj.c \
opt-impl.h \
@ -86,6 +89,9 @@ libhcl_la_SOURCES = \
read.c \
std.c \
sym.c \
uch-case.h \
uch-prop.h \
utf16.c \
utf8.c \
utl.c \
xma.c