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