Skip to content

A state machine automata simulation framework for Swift.

License

Notifications You must be signed in to change notification settings

stevebrun/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, sbrunwasser@gmail.com

License

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