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
Go to file
Martin Atkins 2c90adb9e1 zclsyntax: track whether parser is in recovery mode
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.
2017-05-30 07:51:55 -07:00
gozcl Update cty references to its new home in the zclconf github account 2017-05-27 17:35:44 -07:00
zcl zclsyntax: track whether parser is in recovery mode 2017-05-30 07:51:55 -07:00
zcled Relocate into the "zclconf" github account 2017-05-27 17:33:09 -07:00
zclparse Relocate into the "zclconf" github account 2017-05-27 17:33:09 -07:00
zclwrite zclwrite: convert zclsyntax tokens into zclwrite tokens 2017-05-29 16:59:20 -07:00
.travis.yml Travis-CI test configuration 2017-05-25 08:15:49 -07:00
LICENSE LICENSE 2017-05-13 08:51:32 -07:00