std.d.lexer: pre-voting review / discussion

H. S. Teoh hsteoh at quickfur.ath.cx
Wed Sep 11 17:12:14 PDT 2013


On Wed, Sep 11, 2013 at 04:42:34PM -0700, Walter Bright wrote:
> On 9/11/2013 3:02 PM, H. S. Teoh wrote:
[...]
> >Yes, but the docs currently doesn't say what form this input range
> >must take. Must it be a range of characters?
> 
> It does say that.

But then the code example proceeds to pass byLine() to it. Is that
correct? If it is, then the docs need to be updated, because last time I
checked, byLine() isn't a range of char, but a range of char *arrays*.


T

-- 
Real men don't take backups. They put their source on a public
FTP-server and let the world mirror it. -- Linus Torvalds


More information about the Digitalmars-d mailing list