Related articles |
---|
Does a `state machine generator' exist? imdave@mcs.net (Dave Bodenstab) (2000-05-30) |
Re: Does a `state machine generator' exist? eodell@pobox.com (Eric O'Dell) (2000-05-31) |
Does a `state machine generator' exist? cfc@world.std.com (Chris F Clark) (2000-06-01) |
Re: Does a `state machine generator' exist? sergio@titan.demon.co.uk (sergio) (2000-06-03) |
From: | "Eric O'Dell" <eodell@pobox.com> |
Newsgroups: | comp.compilers |
Date: | 31 May 2000 23:06:04 -0400 |
Organization: | http://extra.newsguy.com |
References: | 00-05-115 |
Keywords: | DFA |
On 30 May 2000 02:37:35 -0400, Dave Bodenstab <imdave@mcs.net> wrote:
>Is there such a beast as a state machine generator on the order of
>lex/yacc? I'd like to define a set of states and actions to take
>place on the state transistion for a tool that would generate the
>tables and logic to maintain the state. ...
Imatix's Libero tool is just such a beast. It's free, incredibly
flexible, and generates output in scads of languages. It also
interfaces neatly with another one of Imatix's free libraries for
user-space cooperative multithreading, if you like. You can get it at
www.imatix.com
-e.
Return to the
comp.compilers page.
Search the
comp.compilers archives again.