Related articles |
---|
Event friendly parser generator gorelick@asu.edu (1998-07-27) |
Re: Event friendly parser generator chrisd@etcons.com (Chris Dodd) (1998-07-27) |
Re: Event friendly parser generator qjackson@wave.home.com (Quinn Tyler Jackson) (1998-07-27) |
From: | "Quinn Tyler Jackson" <qjackson@wave.home.com> |
Newsgroups: | comp.compilers |
Date: | 27 Jul 1998 23:19:39 -0400 |
Organization: | Compilers Central |
References: | 98-07-195 |
Keywords: | parse, realtime |
>Does anyone know of a yacc-like parser generator that will generate
>code that is usable from an event-driven program (ie: I want to parse
>input from a GUI widget?)
>
>What I'm hoping to find is something that generates a yyparse()
>replacement that will return its state when it runs out of input, so
>the parse can be restarted with the same state when more input (the
>next line) is available.
It sounds like Visual Parse++ would suit your needs exactly. It has a mode
where it does exactly that.
Cheers,
Quinn Tyler Jackson
Research Programmer
email: qjackson@wave.home.com
url: http://www.qtj.net/~quinn/
ftp: qtj.net
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.