kleene

Version, currently master branch1 version
  • master branchlatestAug 20, 2020

github.com/davidkellis/kleene

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

0 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  kleene:
    github: davidkellis/kleene
    branch: master

master is a branch, not a release, so this tracks it rather than pinning a version.

Then run:

shards install

shard.yml

Crystal
0.34.0
License
MIT
Author
David Ellis

Dependencies

This version declares no dependencies.

README

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"