Currently only deals with the literal HCL structure. Later we will also support HIL parsing and evaluation within strings, to achieve parity with existing uses of HCL/HIL together. For now, this has parity with uses of HCL alone, with the exception that float and int values are not distinguished, because cty does not make this distinction.
…
Description
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
Languages
Go
83.7%
Ragel
10.2%
reStructuredText
4.4%
Ruby
0.5%
Python
0.3%
Other
0.8%