As a follow-up to my state machines as a C++-like language extension question, I d like some more help.
My compiler has been extended to parse my state machine extensions and now I m beginning semantic analysis and code generation. There is a description on this page.
Can anyone point me to good references on state machine optimization and code generation?
Edit:
I still haven t found any specific references, but this is an interesting project that I didn t know about: http://echarts.org/
They are doing, in a Java syntax, something very similar to what I m trying to do. Apparently this project originated at AT&T: http://www.research.att.com/software_tools