Nunni FSM Generator v. 1.1 released!  
Author Message
Roberto Nunnari





PostPosted: 2004-8-14 21:14:00 Top

java-programmer, Nunni FSM Generator v. 1.1 released! 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.
--
Roberto Nunnari -software engineer-
mailto:email***@***.com
Residenza Boschetto 12 tel/fax: +41-91-6046511
6935 Bosco Luganese """ mobile: +41-76-3208561
Switzerland (o o)
========================oOO==(_)==OOo========================


 
Michael Amling





PostPosted: 2004-8-17 2:02:00 Top

java-programmer >> Nunni FSM Generator v. 1.1 released! Roberto Nunnari wrote:

> 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

Any support for runtime FSMs? or only for compile-time FSMs?

--Mike Amling
 
Roberto Nunnari





PostPosted: 2004-8-17 15:29:00 Top

java-programmer >> Nunni FSM Generator v. 1.1 released! compile time only.


Michael Amling wrote:
> Roberto Nunnari wrote:
>
>> 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
>
>
> Any support for runtime FSMs? or only for compile-time FSMs?
>
> --Mike Amling