Related articles |
---|
FSM code generators rune.christensen@alcatel.no (Rune Christensen) (1998-10-01) |
Re: FSM code generators ast@halcyon.com (1998-10-04) |
Re: FSM code generators rose@netcom.com (1998-10-04) |
Re: FSM code generators dwight@pentasoft.com (1998-10-04) |
Re: FSM code generators chip@gen7.net (George W. Freas II \(Chip\)) (1998-10-05) |
From: | "George W. Freas II \(Chip\)" <chip@gen7.net> |
Newsgroups: | comp.compilers |
Date: | 5 Oct 1998 20:51:12 -0400 |
Organization: | Synergistic Consultants, Inc |
References: | 98-10-002 |
Keywords: | tools, code |
Rune Christensen wrote:
> I desperately need help on a tool I used a couple of years ago. I
> believe it was named EasyState. You could draw a (Harel) FSM engine
> and it generated C++ source code. It also could simulate the engine
> using Visual Basic.
Rune:
The following link is for a top down parser generator that uses YACC
compatible input files:
http://www.gen7software.com/lall
It can generate a FSM with BNF. An evaluation / educational version
will be available soon. I do not know your requirements, but it is nice
to be able to use standard BNF in many cases.
--
George W. Freas II (Chip)
Synergistic Consultants, Inc.
Return to the
comp.compilers page.
Search the
comp.compilers archives again.