Finite state machine in D

Druzhinin Alexandr news at digitalmars.com
Wed Sep 26 22:22:54 PDT 2012


Hello
Could someone help me with FSM (like boost MSM but simpler and in D of 
course) - where should I start from? I found good paper about FSM 
implementation in c++ (with type list and so on), but I'm not sure it is 
applicable in D. What is the D-way to implement fsm with code generation?


More information about the Digitalmars-d-learn mailing list