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
Go to file
Martin Atkins fde586e193 hclhil: Expression.Value implementation
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.
2017-05-21 18:42:39 -07:00
gozcl gozcl: decoding of bodies into structs and maps 2017-05-21 12:44:07 -07:00
zcl hclhil: Expression.Value implementation 2017-05-21 18:42:39 -07:00
zcled Mechanism for introspection of source code for editors 2017-05-19 19:33:58 -07:00
zclparse hclhil: Parsing and JustAttributes for HCL 2017-05-21 16:13:04 -07:00
LICENSE LICENSE 2017-05-13 08:51:32 -07:00