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.
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")
Steven Brunwasser, [email protected]
Reggie is available under the MIT license. See the LICENSE file for more info.