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
2c90adb9e1
The parser has some recovery heuristics but they will not always achieve the best result. To prevent unsuccessful recovery from causing a cascade of confusing follow-on errors, we'll track in the parser whether recovery has been attempted and then the specific sub-parsers can use this to skip certain "unexpected token type" errors in recovery situations, assuming instead that an earlier error will cover the problem and that we just want to bail out quickly. |
||
---|---|---|
gozcl | ||
zcl | ||
zcled | ||
zclparse | ||
zclwrite | ||
.travis.yml | ||
LICENSE |