hcl/zcl
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
..
json Flesh out interface for evaluating expressions 2017-05-20 15:17:56 -07:00
diagnostic_text_test.go Mechanism for introspection of source code for editors 2017-05-19 19:33:58 -07:00
diagnostic_text.go Mechanism for introspection of source code for editors 2017-05-19 19:33:58 -07:00
diagnostic.go Initial support for printing out diagnostics 2017-05-18 19:01:41 -07:00
doc.go Initial stubs of the public API 2017-05-13 17:44:11 -07:00
eval_context.go Flesh out interface for evaluating expressions 2017-05-20 15:17:56 -07:00
merged_test.go Body.JustAttributes method 2017-05-20 14:35:19 -07:00
merged.go Body.JustAttributes method 2017-05-20 14:35:19 -07:00
pos.go Utilities for constructing diagnostics 2017-05-15 08:33:22 -07:00
schema.go json: start of low-level decoding 2017-05-19 19:33:58 -07:00
structure.go Flesh out interface for evaluating expressions 2017-05-20 15:17:56 -07:00