Related articles |
---|
Iterator takusi@manjiro.net (2002-05-23) |
Re: Iterator neelk@alum.mit.edu (2002-05-27) |
Re: Iterator rhydemscs@aol.com (Randall Hyde) (2002-05-27) |
Re: Iterator joachim_d@gmx.de (Joachim Durchholz) (2002-05-27) |
Re: Iterator haberg@matematik.su.se (Hans Aberg) (2002-05-27) |
Re: Iterator bobduff@shell01.TheWorld.com (Robert A Duff) (2002-05-31) |
From: | Joachim Durchholz <joachim_d@gmx.de> |
Newsgroups: | comp.compilers |
Date: | 27 May 2002 01:16:56 -0400 |
Organization: | Compilers Central |
References: | 02-05-125 |
Keywords: | design |
Posted-Date: | 27 May 2002 01:16:56 EDT |
Takuya Murata wrote:
> The problem is as if two stacks exists concurrently. I couldn't find a
> compiler construction book about how to implement iterator mechanism.
These are usually implemented using coroutines. The search keyword
"coroutine" should give you more useful papers.
Regards,
Joachim
Return to the
comp.compilers page.
Search the
comp.compilers archives again.