]> Git — Sourcephile - haskell/symantic-parser.git/blob - ChangeLog.md
grammar: sort symantics by name
[haskell/symantic-parser.git] / ChangeLog.md
1 ## symantic-parser-0.1.0.20210201
2
3 * Add error reporting using the farthest position reached.
4 * Add factoring of minimal input length checks ("horizon" checks).
5 * Open data-types `Comb` and `Instr`
6 using a new technique based upon `data family` and `Typeable`.
7 * Leverage symantics further more to simplify the optimization passes.
8 * Rename some types and terms for clarity.
9 * Fix reproductibility of unit tests by hidding unique names.
10 * Add a few more tests.
11
12 ## symantic-parser-0.0.0.20210102
13
14 * Add missing golden tests in the Cabal tarball.
15
16 ## symantic-parser-0.0.0.20210101
17
18 * Initial (pre-alpha) release, on the unsuspecting world at sleep.