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
2014-07-31 14:08:31 -07:00
test-fixtures The beginning of something 2014-07-31 13:56:51 -07:00
.gitignore The beginning of something 2014-07-31 13:56:51 -07:00
hcl_test.go The beginning of something 2014-07-31 13:56:51 -07:00
lex_test.go The beginning of something 2014-07-31 13:56:51 -07:00
lex.go The beginning of something 2014-07-31 13:56:51 -07:00
LICENSE LICENSE 2014-07-31 12:49:17 -07:00
Makefile The beginning of something 2014-07-31 13:56:51 -07:00
parse_test.go Hook up a parser parse tests 2014-07-31 14:08:31 -07:00
parse.go Hook up a parser parse tests 2014-07-31 14:08:31 -07:00
parse.y Hook up a parser parse tests 2014-07-31 14:08:31 -07:00
README.md README is unix 2014-07-31 12:49:26 -07:00

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.