All Versions
2
Latest Version
1.1
Avg Release Cycle
490 days
Latest Release
2357 days ago

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
  • v1.0.1 Changes

    July 08, 2016

    Functionality

    • โž• Add partition to Prelude
    • Implement naiveSort in terms of partition

    ๐Ÿ“š Documentation

    • ๐Ÿ›  Small fixes