Changelog for kleene-0.1
0.1
- Drop superclasses from
Kleene. - Rearrange classes. Introduce
CharKleene,FiniteKleene. - Add
ToLatin1and ability to match onByteString. - Add
Derivate c (DFA c)instance. - Add
toDotto outputDFAto 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:REis now aLattice,Misn't.