removed MLIST by LPARCOLON
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2024-01-03 21:11:23 +09:00
parent 758d5e953b
commit dab0c01e73
3 changed files with 21 additions and 3 deletions

View File

@ -186,7 +186,12 @@ enum hcl_tok_type_t
HCL_TOK_COMMA, /* , */
HCL_TOK_LPAREN, /* ( */
HCL_TOK_RPAREN, /* ) */
#if 0 /* use the (obj:message ... ) syntax instad. no more mlist by (: */
HCL_TOK_LPARCOLON, /* (: */
#define HCL_TOK_LPARCOLON HCL_TOK_LPARCOLON
#endif
HCL_TOK_BAPAREN, /* #[ - byte array parenthesis */
HCL_TOK_QLPAREN, /* #( - quoted-list parenthesis */
HCL_TOK_DLPAREN, /* #{ - dictionary parenthese */