v0.14.0
This release reduces the API surface of github.com/ichiban/prolog/engine
so that we can stabilize the package interface for v1.0.0
.
What's Changed
- change Stream interface by @ichiban in #260
- introduce tuples to tidy up the code by @ichiban in #261
- optimize one-char atoms by @ichiban in #263
- absorb State into VM by @ichiban in #264
- Unexpose engine details by @ichiban in #265
Full Changelog: v0.13.0...v0.14.0