kleene

kleene is a library for building regular expression recognition automata - nfas, dfas, and some specialty structures.

Installation

  1. Add the dependency to your shard.yml:

    dependencies:
      kleene:
        github: davidkellis/kleene
  2. Run shards install

Usage

require "kleene"