Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 1.42 KB

README.md

File metadata and controls

40 lines (28 loc) · 1.42 KB

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.