redfa 0.0.1

Regular expression derivatives for creating DFAs.
Documentation
1
2
3
4
5
6
7
8
9
10
## redfa

[![Build Status](https://travis-ci.org/goffrie/redfa.png)](https://travis-ci.org/goffrie/redfa)
[![Coverage Status](https://coveralls.io/repos/goffrie/redfa/badge.svg)](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)