mapped a dotted identifer to a primitive function

This commit is contained in:
2018-02-12 10:50:44 +00:00
parent 0d3ef9fa34
commit 8492bb8bd9
12 changed files with 400 additions and 148 deletions

View File

@ -261,6 +261,7 @@ struct hcl_iotok_t
HCL_IOTOK_FALSE,
HCL_IOTOK_IDENT,
HCL_IOTOK_IDENT_DOTTED,
HCL_IOTOK_DOT,
HCL_IOTOK_LPAREN,
HCL_IOTOK_RPAREN,