hcl/zcl/hclhil
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
..
doc.go zclparse: Stub API for HCL/HIL file parsing 2017-05-21 13:04:33 -07:00
parser.go hclhil: Parsing and JustAttributes for HCL 2017-05-21 16:13:04 -07:00
public.go hclhil: Parsing and JustAttributes for HCL 2017-05-21 16:13:04 -07:00
shim.go hclhil: Parsing and JustAttributes for HCL 2017-05-21 16:13:04 -07:00
structure_test.go hclhil: Expression.Value implementation 2017-05-21 18:42:39 -07:00
structure.go hclhil: Expression.Value implementation 2017-05-21 18:42:39 -07:00