Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mitjabezensek/ndfsm
A simple implementation of non-deterministic finite state machine in C#
https://github.com/mitjabezensek/ndfsm
Last synced: 20 days ago
JSON representation
A simple implementation of non-deterministic finite state machine in C#
- Host: GitHub
- URL: https://github.com/mitjabezensek/ndfsm
- Owner: MitjaBezensek
- Created: 2015-04-12T21:36:14.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-05-07T22:47:20.000Z (over 9 years ago)
- Last Synced: 2024-04-24T03:00:53.606Z (7 months ago)
- Language: C#
- Size: 129 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NDFSM
A simple implementation of a deterministic finite state machine in C#. A post about it can be found on my blog: http://bezensek.com/blog/2015/04/12/non-deterministic-finite-state-machine-implementation-in-c-number/