glycerine / zygomys

Zygo is a Lisp interpreter written in 100% Go. Central use case: dynamically compose Go struct trees in a zygo script, then invoke compiled Go functions on those trees. Makes Go reflection easy.
https://github.com/glycerine/zygomys/wiki
BSD 2-Clause "Simplified" License
1.71k stars 81 forks source link

Support bool fields in serialization/deserialization #14

Closed shanemhansen closed 8 years ago

glycerine commented 8 years ago

@shanemhansen: thanks for this contribution. I fixed the test it broke -- please remember to run the test suite too -- make at the top level will do this, or "make test".