Tagged Questions
1
vote
1answer
115 views
State machine interpreters
I wrote my own state machine tool in C and at this point I'm faced with two choices for specifying state machines.
Crafting a little language and writing a interpreter.
Writing a compiler for that ...