hcl/ext
Martin Atkins 691f9eea1a ext/include: Remove
This experimental extension is not ready to be included in a release. It
ought to be reworked so that "include" blocks get replaced with what they
include _in-place_, preserving the relative ordering of blocks.

However, there is no application making use of this yet and so we'll defer
that work until there's a real use-case to evaluate it with.
2019-09-10 10:49:36 -07:00
..
dynblock Unfold the "hcl" directory up into the root 2019-09-09 16:08:19 -07:00
transform Unfold the "hcl" directory up into the root 2019-09-09 16:08:19 -07:00
typeexpr Unfold the "hcl" directory up into the root 2019-09-09 16:08:19 -07:00
userfunc Unfold the "hcl" directory up into the root 2019-09-09 16:08:19 -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.