## redfa
[](https://travis-ci.org/goffrie/redfa)
[](https://coveralls.io/r/goffrie/redfa)
A regular expression and DFA library. Supports parsing and manipulating simple
regular expressions over Unicode codepoints, and converting them to DFAs. Also
has an implementation of Hopcroft's algorithm for DFA minimization.
[API Documentation.](http://goffrie.github.io/redfa/redfa/index.html)