79d4073516
The State Machine Compiler
6 lines
251 B
Plaintext
6 lines
251 B
Plaintext
SMC takes a state machine stored in a .sm file and generates a State pattern
|
|
in C++, Java or [incr Tcl]. Includes: default transitions, transition args,
|
|
transition guards, push/pop transitions and Entry/Exit actions.
|
|
|
|
WWW: http://smc.sourceforge.net/
|