Martin Atkins
4c269b52e2
gozcl: fix redundant error message in DecodeExpression
...
The convert errors already contain the string "incorrect type", so it's
redundant to add that as a further prefix here.
2017-07-25 18:24:55 -07:00
Martin Atkins
6bf26fc9cc
Update cty references to its new home in the zclconf github account
2017-05-27 17:35:44 -07:00
Martin Atkins
308eb3a291
Relocate into the "zclconf" github account
2017-05-27 17:33:09 -07:00
Martin Atkins
49641f2a9a
gozcl: decoding of bodies into structs and maps
2017-05-21 12:44:07 -07:00
Martin Atkins
5b8d54380b
gozcl: DecodeExpression implementation
...
This is really just a wrapper around converting the value to a Go native
value with gocty, but is convenient to provide since it can attempt
type conversion and produce diagnostics automatically.
2017-05-21 08:47:05 -07:00
Martin Atkins
802ea19d72
gozcl: stub of the Decode functions
2017-05-20 17:30:02 -07:00