experimenting with the new reader

This commit is contained in:
2021-01-15 09:12:28 +00:00
parent 554667b227
commit b327791484
9 changed files with 3136 additions and 73 deletions

View File

@ -1368,6 +1368,7 @@ struct hcl_synerr_t
#if defined(HCL_INCLUDE_COMPILER)
typedef struct hcl_compiler_t hcl_compiler_t;
typedef struct hcl_cnode_t hcl_cnode_t;
#endif
#define HCL_ERRMSG_CAPA (2048)
@ -1977,6 +1978,10 @@ HCL_EXPORT hcl_oop_t hcl_read (
hcl_t* hcl
);
HCL_EXPORT hcl_cnode_t* hcl_read2 (
hcl_t* hcl
);
HCL_EXPORT int hcl_print (
hcl_t* hcl,