gdritter repos s-cargot / 20a8e2c
Added CHANGELOG, too Getty Ritter 6 years ago
1 changed file(s) with 17 addition(s) and 0 deletion(s). Collapse all Expand all
1 v0.1.2.0
2 =======
3
4 * Added `atom` and `mkAtomParser` helper functions for new
5 user-defined atom types.
6 * New parsers for various atom types:
7 * Exported parsers for individual Haskell literals, to allow
8 building new variations on the `HaskLike` atom type.
9 * Added syntaxes for arbitrary-base numeric literals in the style of
10 Common Lisp and M4
11 * Added a suite of basic QuickCheck tests
12
13
14 v0.1.1.0
15 =======
16
17 * Strongly considered but did not keep a changelog. …sorry.