@hackage hDFA0.0.1

A simple library for representing and minimising DFAs.

  • Categories

    • License

      LicenseRef-GPL

    • Maintainer

      peteg42@gmail.com

    • Versions

    hDFA provides a simple API for representing and minimizing deterministic finite automata (DFAs) using an explicit representation (a transition matrix). It includes a port of the Hopcroft minimization algorithm in JFlex to C.