working to support 0x, 0o, 0b for numbers
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-09-22 02:33:01 +09:00
parent f8c84dc2f0
commit 261970a1a4
3 changed files with 51 additions and 7 deletions

View File

@ -812,7 +812,9 @@ struct hcl_flx_pn_t
{
/* state data */
int fpdec;
int radix;
hcl_oow_t digit_count[2];
hcl_ooch_t start_digit;
};
typedef struct hcl_flx_qt_t hcl_flx_qt_t; /* quoted token */