hcl/ext
Martin Atkins 708abb8c97 Move the zcl package and its two parsing subpackages to "hcl" names
This is a super-invasive update since the "zcl" package in particular
is referenced all over.

There are probably still a few zcl references hanging around in comments,
etc but this takes care of most of it.
2017-09-11 16:40:37 -07:00
..
include Move the zcl package and its two parsing subpackages to "hcl" names 2017-09-11 16:40:37 -07:00
transform Move the zcl package and its two parsing subpackages to "hcl" names 2017-09-11 16:40:37 -07:00
userfunc Move the zcl package and its two parsing subpackages to "hcl" names 2017-09-11 16:40:37 -07:00
README.md ext: A directory for packages implementing zcl language extensions 2017-07-25 18:30:59 -07:00

README.md

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.