hcl/ext
Martin Atkins 3327dee567 Change module path to github.com/hashicorp/hcl/v2
This is in preparation for the first v2 release from the main HCL
repository.
2019-09-09 15:46:40 -07:00
..
dynblock Change module path to github.com/hashicorp/hcl/v2 2019-09-09 15:46:40 -07:00
include Change module path to github.com/hashicorp/hcl/v2 2019-09-09 15:46:40 -07:00
transform Change module path to github.com/hashicorp/hcl/v2 2019-09-09 15:46:40 -07:00
typeexpr Change module path to github.com/hashicorp/hcl/v2 2019-09-09 15:46:40 -07:00
userfunc Change module path to github.com/hashicorp/hcl/v2 2019-09-09 15:46:40 -07:00
README.md Update doc comments and readmes for zcl -> HCL. 2017-09-11 16:56:31 -07:00

HCL Extensions

This directory contains some packages implementing some extensions to HCL that add features by building on the core API in the main hcl package.

These serve as optional language extensions for use-cases that are limited only to specific callers. Generally these make the language more expressive at the expense of increased dynamic behavior that may be undesirable for applications that need to impose more rigid structure on configuration.