NunniFSMGen v. 1.1 has been released on August 12th 2004
NunniFSMGen is Open Source and comes with GPL license.
http://nunnifsmgen.nunnisoft.ch/en/home.jsp
NunniFSMGen is a java tool that starting from a transition table
generates the corresponding FSM (Finite State Machine) in Java, C
or C++ source code. It has been developped in 2003 at NunniSoft
for generating the FSMs of our own software and successfully used
(here at NunniSoft) since it's first internal release (in June 2003).
Changes since 1.0.3
- generation of C code is now more optimized for size
- some clean up
NunniFSMGen has also been used to develop two other Open
Source projects, distributed under the LGPL licence:
NunniMJAX http://nunnimjax.nunnisoft.ch/en/home.jsp
and
NunniMCAX http://nunnimcax.nunnisoft.ch/en/home.jsp
The above are two minimal and lightweight libraries for
parsing XML. The first is written in Java, the sencond in C.
Best regards.

Signature
Roberto Nunnari -software engineer-
mailto:robi@nunnisoft.ch
Residenza Boschetto 12 tel/fax: +41-91-6046511
6935 Bosco Luganese """ mobile: +41-76-3208561
Switzerland (o o)
========================oOO==(_)==OOo========================
Michael Amling - 16 Aug 2004 19:02 GMT
> NunniFSMGen v. 1.1 has been released on August 12th 2004
>
[quoted text clipped - 11 lines]
> - generation of C code is now more optimized for size
> - some clean up
Any support for runtime FSMs? or only for compile-time FSMs?
--Mike Amling
Roberto Nunnari - 17 Aug 2004 08:28 GMT
compile time only.
>> NunniFSMGen v. 1.1 has been released on August 12th 2004
>>
[quoted text clipped - 15 lines]
>
> --Mike Amling