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
test-fixtures | ||
.gitignore | ||
ast.go | ||
hcl_test.go | ||
lex_test.go | ||
lex.go | ||
LICENSE | ||
Makefile | ||
parse_test.go | ||
parse.go | ||
parse.y | ||
README.md |
HCL
HCL (HashiCorp Configuration Language) is a configuration language built by HashiCorp. The goal of HCL is to build a structured configuration language that is both human and machine friendly for use with command-line tools, but specifically targeted towards DevOps tools, servers, etc.
HCL is heavily inspired by libucl, nginx configuration, and others similar.