All Versions
9
Latest Version
Avg Release Cycle
1 days
Latest Release
-
Changelog History
Changelog History
-
v0.3.0.0 Changes
- ✂ Removed use of printf / partial functions.
- Error handling is now done with the Except monad.
-
v0.2.2.1 Changes
- ➕ Added
while
toLazyboy.Control
and added a test case.
- ➕ Added
-
v0.2.2.0 Changes
June 04, 2019- ➕ Added a Prelude module which provides overloaded operators.
- ⚡️ Updated the example in Main.hs to use the newer syntax.
- ⚡️ Updated README to match the newer syntax.
-
v0.2.1.1 Changes
June 02, 2019- ➕ Added a lot of instruction tests and fix some bugs.
-
v0.2.1.0 Changes
June 01, 2019- ➕ Added compound conditionals, including boolean AND, OR support.
- ➕ Added tests for conditionals.
-
v0.2.0.2 Changes
- Changed ASM.hs to use custom exception types instead of just
error
.
- Changed ASM.hs to use custom exception types instead of just
-
v0.2.0.1 Changes
May 15, 2019- ✂ Removed some useless instances of Show and Read.
- 📚 Refactored most of the documentation.
-
v0.2.0.0 Changes
May 15, 2019- Started versioning.
- 📦 Formatted as a library package.
-
v0.1.0.0 Changes
- 🎉 Initial version.
🚀 Unreleased changes