All Versions
2
Latest Version
Avg Release Cycle
490 days
Latest Release
1963 days ago
Changelog History
Changelog History
-
v1.1 Changes
November 10, 2017๐ Features
- ๐ Monomorphize the parser module to
โฆ -> StgParser a
for readability (was
๐(TokenParsing parser, Monad parser) => โฆ -> StgParser a
)
๐ Fixes
- ๐ Fixed a bug that made case evaluation/return frames unnecessarily prolong the
lifetime of objects (#86) - ๐ Fix buildability with
stack install stgi
, because Trifecta changed its API
for errors in 1.6
๐จ Refactoring
- Split evaluation into valid and error rule modules
- Give rules more detailed names, e.g.
rule1_functionApp
๐ Documentation
- Document each rule individually with Haddock
- โ Add lots of docstrings
- ๐ Monomorphize the parser module to
-
v1.0.1 Changes
July 08, 2016Functionality
- โ Add
partition
to Prelude - Implement
naiveSort
in terms ofpartition
๐ Documentation
- ๐ Small fixes
- โ Add