DDMD and such.

Jonathan M Davis jmdavisProg at gmx.com
Thu Sep 29 03:39:41 PDT 2011


On Thursday, September 29, 2011 12:28:03 Martin Nowak wrote:
> On Wed, 28 Sep 2011 22:59:45 +0200, Jonathan M Davis <jmdavisProg at gmx.com>
> What's currently missing to write lexers/parsers is an approach for range
> based file reading
> with lookahead. Steven seems to work on a new stdio which tries to solve
> this issue.

You just need a wrapper range with a buffer to make it a forward range. Problem 
solved.

- Jonathan M Davis


More information about the Digitalmars-d mailing list