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? ...
- 07-06-2010 #1Just 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:
Download from: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.I would appreciate helpful comments and add your name to the Acknowledgements of the program's user guide document.Code:https://sourceforge.net/projects/fsmgen/
- 07-06-2010 #2
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
-------------------
- 07-06-2010 #3Just 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.
- 07-07-2010 #4Just 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.
- 07-07-2010 #5
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
-------------------


Reply With Quote