github.com/hashicorp/hcl/v2@v2.20.0/hclsyntax/doc.go (about)

     1  // Copyright (c) HashiCorp, Inc.
     2  // SPDX-License-Identifier: MPL-2.0
     3  
     4  // Package hclsyntax contains the parser, AST, etc for HCL's native language,
     5  // as opposed to the JSON variant.
     6  //
     7  // In normal use applications should rarely depend on this package directly,
     8  // instead preferring the higher-level interface of the main hcl package and
     9  // its companion package hclparse.
    10  package hclsyntax