Attribute-only splat expressions, indicated by using the star symbol as if it were an attribute, are inherited from HIL and are a limited sort of splat that only works for walking through attributes in each item of its source. Later zcl will also get full splat expressions, whose syntax is using the star symbol as if it were an _index_, which will generalize to supporting _all_ postfix traversal operations, including indexing and nested splats.
Description
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
Languages
Go
83.7%
Ragel
10.2%
reStructuredText
4.4%
Ruby
0.5%
Python
0.3%
Other
0.8%