Statemachine compiler suggestions, anyone?
12.08.06 - 06:28am
I’m looking for code that generates statemachines in different languages from a single source. I peek at SMC, but I’m sure there’s more. I’m looking for js, python, C/C++ output. Even more so, it should be kind-of simple to understand the syntax, and lightweight-ish to run.

I’m closing this out, I’m going for grammar files in EBNC (and even more than that, stuff that antlr 3 takes) instead of statemachine specifications.