Generating code for state machines

Richard Pennington <rich@pennware.com>
Tue, 15 Dec 2009 08:27:59 -0600

          From comp.compilers

Related articles
Generating code for state machines rich@pennware.com (Richard Pennington) (2009-12-15)
Re: Generating code for state machines mwso@earthlink.net (Gary Oblock) (2009-12-24)
| List of all articles for this month |

From: Richard Pennington <rich@pennware.com>
Newsgroups: comp.compilers
Date: Tue, 15 Dec 2009 08:27:59 -0600
Organization: Compilers Central
Keywords: C++, parse
Posted-Date: 18 Dec 2009 20:01:58 EST

I've been extending my C++ compiler to parse a syntax for defining state
machines and now I'm beginning semantic analysis and code generation.
There is a description on this page:
http://ellcc.org/wiki/index.php/State_machines_and_Active_Classes.


Can anyone point me to good references on state machine optimization and
code generation?


-Rich



Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.