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 dfafa6fc00 Flesh out interface for evaluating expressions
Expressions can now be evaluated within an "EvalContext", which provides
the variable and function scopes. The JSON implementation of this
currently ignores the context entirely and just returns literal values,
since we've not yet implemented the template language parser that would
be needed for the JSON parser to properly support expressions.
2017-05-20 15:17:56 -07:00
zcl Flesh out interface for evaluating expressions 2017-05-20 15:17:56 -07:00
zcled Mechanism for introspection of source code for editors 2017-05-19 19:33:58 -07:00
zclparse Mechanism for introspection of source code for editors 2017-05-19 19:33:58 -07:00
LICENSE LICENSE 2017-05-13 08:51:32 -07:00