s-cargot v1.3.0 Release Notes

Release Date: 2018-03-02 // about 6 years ago

Previous changes from v0.1.2.0

    • โž• Added atom and mkAtomParser helper functions for new user-defined atom types.
    • ๐Ÿ†• New parsers for various atom types:
      • Exported parsers for individual Haskell literals, to allow building new variations on the HaskLike atom type.
      • Added syntaxes for arbitrary-base numeric literals in the style of Common Lisp and M4
    • โž• Added a suite of basic QuickCheck tests
    • Compatibility fix: GHC 7.8 didn't allow type signatures on pattern synonyms.