home mail me! RSS (2.0) feed

Archive for December, 2009

abstract_fsm – finite state machines in C++

Always having enjoyed structures with arrows and vertices, I was happy to learn that Boost was considering welcoming a new member to its family of libraries: a finite state machine library called MSM. In my attempt to evaluate that library, it was natural to compare it with an existing Boost library for finite state machines, [...]