I wanna write a parser that can read the input text from an
arbitrary source. That's going to be files for most of the time,
but I don't want to unnecessarily limit it. It's a line based
format, so I supposed InputRange!string would do in this case?
- What's the current phobos way ... Hannes Steffenhagen
- Re: What's the current ph... David Nadlinger
- Re: What's the curren... Hannes Steffenhagen
- Re: What's the cu... John Colvin
- Re: What's th... Hannes Steffenhagen via Digitalmars-d-learn
- Re: What... H. S. Teoh via Digitalmars-d-learn
