Project

kleene

0.0
The project is in a healthy, maintained state
kleene is a library for building regular expression recognition automata - nfas, dfas, and some specialty structures.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme

kleene

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

Installation

Install the gem and add to the application's Gemfile by executing:

$ bundle add kleene

If bundler is not being used to manage dependencies, install the gem by executing:

$ gem install kleene

Usage

require "kleene"