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