google / starlark-go

Starlark in Go: the Starlark configuration language, implemented in Go
BSD 3-Clause "New" or "Revised" License
2.34k stars 212 forks source link

Support for type-specific unpack logic #272

Closed nicks closed 4 years ago

nicks commented 4 years ago

Fixes https://github.com/google/starlark-go/issues/267

This bit me recently, so I took the liberty of proposing something very minimalist that borrows from the json package's Unmarshaler