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: | takusi@manjiro.net (Takuya Murata) |
Newsgroups: | comp.compilers |
Date: | 23 May 2002 01:50:17 -0400 |
Organization: | http://groups.google.com/ |
Keywords: | design, question |
Posted-Date: | 23 May 2002 01:50:17 EDT |
Now, I'm making a compiler. I want to support a loop feature as
iterators like Sather.
http://www.icsi.berkeley.edu/~sather/Documentation/LanguageDescription/webmaker/DescriptionX2Eiterators-chapte-1.html#HEADING1-5
The problem is as if two stacks exists concurrently. I couldn't find a
compiler construction book about how to implement iterator mechanism.
Anyone suggestion?
Return to the
comp.compilers page.
Search the
comp.compilers archives again.