hcl/hclpack
Martin Atkins ed7453e277 hclpack: PackNativeFile to get a packed version of a native syntax file
This is a straightforward way to get a hclpack.Body in the common case
where the input is already native syntax source code. Since the native
syntax is unambiguous about structure, the whole structure can be packed
in a single pass with no further information.
2018-11-11 00:40:31 +00:00
..
didyoumean.go hclpack: New package for wire representations of hcl bodies 2018-11-10 09:36:26 -08:00
doc.go hclpack: New package for wire representations of hcl bodies 2018-11-10 09:36:26 -08:00
expression_test.go hclpack: New package for wire representations of hcl bodies 2018-11-10 09:36:26 -08:00
expression.go hclpack: New package for wire representations of hcl bodies 2018-11-10 09:36:26 -08:00
exprsourcetype_string.go hclpack: New package for wire representations of hcl bodies 2018-11-10 09:36:26 -08:00
json_marshal.go hclpack: Start of definitions for JSON marshaling/unmarshaling 2018-11-10 10:29:32 -08:00
pack_native_test.go hclpack: PackNativeFile to get a packed version of a native syntax file 2018-11-11 00:40:31 +00:00
pack_native.go hclpack: PackNativeFile to get a packed version of a native syntax file 2018-11-11 00:40:31 +00:00
positions_packed.go hclpack: Start of definitions for JSON marshaling/unmarshaling 2018-11-10 10:29:32 -08:00
structure_test.go hclpack: New package for wire representations of hcl bodies 2018-11-10 09:36:26 -08:00
structure.go hclpack: PackNativeFile to get a packed version of a native syntax file 2018-11-11 00:40:31 +00:00