Find the answer to your Linux question:
Results 1 to 5 of 5
This is an open source project I'm developing in Linux environment and managing in sourceforge website. Are you looking for a simple tool that generates a state machine in C? ...
  1. #1
    Just Joined!
    Join Date
    Jun 2010
    Posts
    8

    open source program to aid C programmers

    This is an open source project I'm developing in Linux environment and managing in sourceforge website.
    Are you looking for a simple tool that generates a state machine in C? Are code generators based on UML too heavy for you?
    The program accepts a "lex" style input, and generates a state machine in C. It is targeted to programmers who want to define the state machine itself, and not a regular expression.
    From the project description:
    The FSMGen program is a compiler that assembles a state machine definition to executable code in C. The output is designed to be generic and is not bound to any particular input.
    Download from:
    Code:
     https://sourceforge.net/projects/fsmgen/
    I would appreciate helpful comments and add your name to the Acknowledgements of the program's user guide document.

  2. #2
    Linux Guru Lakshmipathi's Avatar
    Join Date
    Sep 2006
    Location
    3rd rock from sun - Often seen near moon
    Posts
    1,568
    I had a quick-glance at user-document. Can you please provide a simple "hello world" example of this tool ? I would like to know more about this tool and its usage
    - Lakshmipathi.G
    -------------------
    FOSS India Award winning ext3fs Undelete tool and tutorials www.giis.co.in
    First they criticize you,Then they laugh at you,Then they fight with you,Then you win. - M.K.Gandhi
    -------------------

  3. #3
    Just Joined!
    Join Date
    Jun 2010
    Posts
    8

    an example

    Hi,
    Just copy the example starting in page 8 of the user manual. I'm working on a better example, I'll let you know when its ready.
    The program is still in beta, it might have bugs.

  4. #4
    Just Joined!
    Join Date
    Jun 2010
    Posts
    8

    update again

    I have just updated FSMGen to version 0.3 beta. The tarball incudes an input example.

  5. #5
    Linux Guru Lakshmipathi's Avatar
    Join Date
    Sep 2006
    Location
    3rd rock from sun - Often seen near moon
    Posts
    1,568
    Thanks , I'll check it out and let you know

    Suggestion - Try and add an entry in freshmeat.net site about your project to get more user feedback/comments.
    - Lakshmipathi.G
    -------------------
    FOSS India Award winning ext3fs Undelete tool and tutorials www.giis.co.in
    First they criticize you,Then they laugh at you,Then they fight with you,Then you win. - M.K.Gandhi
    -------------------

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...