I would like to choose if values for states and events are exported as "#define"s (preprocessor constants) or a type safe enumeration.
I would prefer the "enum" because their symbolic names can be also displayed by a debugger.
I currently have a couple other projects that I'm working on
and don't have adequate time to devote to this feature at
the moment. However, it is a great idea and I would accept
source code contributions implementing this feature.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=572001
I would like to read more in the section "3.13 Generating C Source Code".
How do you think to support more programming languages?
- http://en.wikipedia.org/wiki/ECMAScript
- http://en.wikipedia.org/wiki/Java_programming_language
Logged In: YES
user_id=141318
I currently have a couple other projects that I'm working on
and don't have adequate time to devote to this feature at
the moment. However, it is a great idea and I would accept
source code contributions implementing this feature.