Skip to content

libsteve/Reggie

Repository files navigation

Reggie

Reggie is a framework for creating a Finite State Machine as described in Automata Theory, such as a Non-Deterministic Finite Automatan and Push-Down Automatan.

Installation

Reggie is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'Reggie'

Reggie is also available through the Swift Package Manager. To install it, simply add the following line to the dependencies array in Package.swfit:

.package(url: "https://github.com/stevebrun/Reggie.git", from: "0.2.3")

Author

Steven Brunwasser, [email protected]

License

Reggie is available under the MIT license. See the LICENSE file for more info.

About

A state machine automata simulation framework for Swift.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published