Menu

Nunni FSM Generator / News: Recent posts

Nunni FSM Generator v. 1.1 has been released!

This release produce C code more size-optimized in case of medium-large FSMs (feature request n. 1006696 reduce repetitive generated code)

Posted by Roberto Nunnari 2004-08-12

Nunni FSM Generator v. 1.0.3 has been released!

This release includes:

  • corrected bugs item #949199 (wrong initializazion
    of structures in generated C code)
  • some clean up
Posted by Roberto Nunnari 2004-06-23

Nunni FSM Generator v. 1.0.2 has been released!

This release includes:

  • The C/C++ generated code did not considered the EventParamType as defined in the configuration file, but always used a type 'void *"
  • in general better handling of the configuration parameters.
Posted by Roberto Nunnari 2004-02-23

Nunni FSM Generator v. 1.0.1 has been released!

This release includes:

  • several variables in the generated C code were global.. now they're static.
Posted by Roberto Nunnari 2004-02-19

Nunni FSM Generator v. 1.0 has been released!

Finally release 1.0 is out!

  • exception handling should now be ok for all
    generated languages (java, c and c++)
  • added new simbol in the configuration file..
    ErrorState.. it's necessary in case the fsm or the
    implementation throw an exception (in C return a
    negative number)
Posted by Roberto Nunnari 2004-02-08

Nunni FSM Generator v. 1.0-RC3 has been released!

Getting closer and closer to release 1.0!!
This new release includes:

  • better exception handling
  • '-' and '!' symbols in configuration file for ignore and error
Posted by Roberto Nunnari 2004-02-07

Nunni FSM Generator v. 1.0-RC2 has been released!

Getting closer and closer to release 1.0!!
This new release fixes a couple of bugs in the C generation code

Posted by Roberto Nunnari 2004-02-05

Nunni FSM Generator v. 1.0-RC1 has been released!

This is the fifth open software release of Nunni FSM Generator http://nunnifsmgen.nunnisoft.ch
NunniFSMGen generates a FSM (Finite State Machine) in Java, C or C++ starting from a transition table. NunniFSMGen is different from other generators because it cleanly separates logic from implementation by using a modified version of the state pattern.
This release includes:

  • a bug fix in the C Generation that prevented generated code to be compiled successfully
  • add an option in the configuration file that lets the user specify a file containing the copyright notice to be included at the top of each file generated.
  • some general clean up
Posted by Roberto Nunnari 2004-01-26

Nunni FSM Generator v. 0.60 has been released!

This is the fourth open software release of Nunni FSM Generator, a java program that starting from a transition table generates the FSM (Finite State Machine) source code in Java, C or C++.
http://sourceforge.net/projects/nunnifsmgen/
This release adds support for generating C source!

Posted by Roberto Nunnari 2004-01-18

Nunni FSM Generator v. 0.59 has been released!

This is the third open software release of Nunni FSM Generator, a java program that starting from a transition table generates source code in Java or C++ (C to come soon).
https://sourceforge.net/projects/nunnifsmgen/
This release adds support for internationalization.. so we now have English and Italian!

Posted by Roberto Nunnari 2004-01-11

Nunni FSM Generator v. 0.56 has been released!

This is the first open software release of Nunni FSM Generator, a java program that starting from a transition table generates source code in Java or C++ (C to come soon).
https://sourceforge.net/projects/nunnifsmgen/

Posted by Roberto Nunnari 2004-01-06
MongoDB Logo MongoDB