fork of https://github.com/hashicorp/hcl
because issue :
https://github.com/hashicorp/hcl/issues/290
these code permit use of "nested" field decoding which is just composite struct
3a567abb51
This uses a separate, lower-level AST than the parser so that it can retain the raw tokens and make surgical changes. As a consequence it has much less semantic detail than the parser AST, and in particular doesn't represent the structure of expressions except to retain variable references to enable global rename operations. |
||
---|---|---|
gozcl | ||
zcl | ||
zcled | ||
zclparse | ||
zclwrite | ||
.travis.yml | ||
LICENSE |