Commit graph

2 commits

Author SHA1 Message Date
Daniel
3c30109cd0
fix bytecode encoding/decoding of builtin modules (#154)
* fix bytecode encoding/decoding of builtin modules

* Bytecode.Decode() to take map[string]objects.Importable

* add objects.ModuleMap

* update docs

* stdlib.GetModuleMap()
2019-03-20 01:28:40 -07:00
Daniel
e785e38bf8
fix bytecode encoding/decoding (#152)
* register ImmutableMap type to gob

* fix bytecode decoding

* disallow empty module name
2019-03-19 09:43:03 -07:00