Commit Graph

2 Commits

Author SHA1 Message Date
Martin Atkins
a9f913f830 zcldec: SourceRange function
This allows callers to determine the source location where a particular
value (identified by a spec) came from, for use in application-level
diagnostic messages.
2017-06-04 08:13:36 -07:00
Martin Atkins
f220c26836 zcldec: initial work on decoding bodies directly to cty.Value
This package is an alternative to gocty for situations where static Go
types are not desired and the application instead wishes to remain in the
cty dynamic type system.
2017-06-03 17:34:32 -07:00