fork of https://github.com/hashicorp/hcl
because issue :
https://github.com/hashicorp/hcl/issues/290
these code permit use of "nested" field decoding which is just composite struct
865a5d8831
This LexConfig, LexExpression and LexTemplate set of functions allow outside callers to use the scanner in isolation, skipping the parser. This may be useful for use-cases such as syntax highlighting, separate parsers (such as the one in zclwrite), and so forth. Most callers should use the parser (once implemented) though, to get a semantic AST. |
||
---|---|---|
gozcl | ||
zcl | ||
zcled | ||
zclparse | ||
zclwrite | ||
.travis.yml | ||
LICENSE |