kleene
kleene is a library for building regular expression recognition automata - nfas, dfas, and some specialty structures.
Installation
-
Add the dependency to your
shard.yml
:dependencies: kleene: github: davidkellis/kleene
-
Run
shards install
Usage
require "kleene"