hbraun / ffsmlib

A simple, functional finite-state machine library. This is mostly a toy right now.

This URL has Read+Write access

hbraun (author)
Tue May 26 08:43:34 -0700 2009
commit  29e2e9b3b92b68e5012c39d187d4364d983a681b
tree    9256274b779628db972429332aef0d400399f7fb
parent  7f2cad5dc5ebaa5b3b715f2cf2e89995fb647630
name age message
file .gitignore Loading commit data...
file LICENSE
file NOTICE
file README
file build.xml
file manifest.mf
directory nbproject/
directory src/
directory test/
README
This library was created by Hanno Braun.
Website: http://habraun.net

The functional finite-sate machine library (short: ffsmlib) is a small library for modelling finite-state machines. It 
is written in Scala (http://scala-lang.org/).

ffsmlib is mainly a toy without any real applications right now.