hcl/ext
Martin Atkins c3ca111fff Adjust import paths for hashicorp/hcl2 repo
This begins 'the great fork' of zcl to HCL.
2017-09-11 15:38:42 -07:00
..
include Adjust import paths for hashicorp/hcl2 repo 2017-09-11 15:38:42 -07:00
transform Adjust import paths for hashicorp/hcl2 repo 2017-09-11 15:38:42 -07:00
userfunc Adjust import paths for hashicorp/hcl2 repo 2017-09-11 15:38:42 -07:00
README.md ext: A directory for packages implementing zcl language extensions 2017-07-25 18:30:59 -07:00

zcl Extensions

This directory contains some packages implementing some extensions to zcl that add features by building on the core API in the main zcl 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.