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: | gorelick@asu.edu |
Newsgroups: | comp.compilers |
Date: | 27 Jul 1998 11:44:06 -0400 |
Organization: | Mars Global Surveyor (TES) Flight Facility, ASU |
Keywords: | parse, realtime, question |
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.
Any help appreciated,
Noel Gorelick
(gorelick@asu.edu)
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.