stgi v1.1 Release Notes
Release Date: 2017-11-10 // over 5 years ago-
๐ 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
Previous changes from v1.0.1
-
Functionality
- โ Add
partition
to Prelude - Implement
naiveSort
in terms ofpartition
๐ Documentation
- ๐ Small fixes
- โ Add