All Versions
1
Latest Version
Avg Release Cycle
-
Latest Release
2163 days ago
Changelog History
Changelog History
-
v0.1 Changes
April 25, 2019- ⬇️ Drop superclasses from
Kleene
. - Rearrange classes. Introduce
CharKleene
,FiniteKleene
. - ➕ Add
ToLatin1
and ability to match onByteString
. - ➕ Add
Derivate c (DFA c)
instance. - Add
toDot
to outputDFA
to be rendered by graphviz. - ➕ Add
fromRE :: RE c -> ERE c
- ➕ Add
nullableProof :: RE c -> Maybe (RE c)
which returns non-nullable part of given regular expression. - 👌 Support/require
lattices-2
:RE
is now aLattice
,M
isn't.
- ⬇️ Drop superclasses from