terraform-provider-google/vendor/github.com/hashicorp/hcl2/hcl/hclsyntax/doc.go
2018-01-10 10:52:15 -08:00

8 lines
315 B
Go

// Package hclsyntax contains the parser, AST, etc for zcl's native language,
// as opposed to the JSON variant.
//
// In normal use applications should rarely depend on this package directly,
// instead preferring the higher-level interface of the main hcl package and
// its companion hclparse.
package hclsyntax