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, Statechart.
Since [...]