Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mitjabezensek/dfsm

A simple implementation of a deterministic finite state machine in C#
https://github.com/mitjabezensek/dfsm

Last synced: 20 days ago
JSON representation

A simple implementation of a deterministic finite state machine in C#

Awesome Lists containing this project

README

        

DFSM
====

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/2014/08/13/deterministic-finite-state-machine-implementation-in-c-number/