Statemachine compiler suggestions, anyone?

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.

The Conversation {1 comments}

  1. Axel Hecht {Friday January 19, 2007 @ 10:57 am}

    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.

Sorry, comments for this entry are closed at this time.