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
476e2c127e
In zclwrite we throw away the absolute source position information and instead just retain the number of spaces before each token. This different model allows us to rewrite parts of the token sequence without needing to re-adjust all of the positions, and it also allows us to do simple indentation and spacing adjustments just by walking through the token list and adjusting these numbers. |
||
---|---|---|
gozcl | ||
zcl | ||
zcled | ||
zclparse | ||
zclwrite | ||
.travis.yml | ||
LICENSE |