2018-01-27 10:42:01 -08:00
|
|
|
// Package hclsyntax contains the parser, AST, etc for HCL's native language,
|
2017-09-11 16:56:31 -07:00
|
|
|
// as opposed to the JSON variant.
|
2017-05-23 08:05:44 -07:00
|
|
|
//
|
|
|
|
// In normal use applications should rarely depend on this package directly,
|
2017-09-11 16:56:31 -07:00
|
|
|
// instead preferring the higher-level interface of the main hcl package and
|
2018-01-27 10:42:01 -08:00
|
|
|
// its companion package hclparse.
|
2017-09-11 16:40:37 -07:00
|
|
|
package hclsyntax
|