Request for comments: std.d.lexer

Jacob Carlborg doob at me.com
Sat Feb 9 07:37:16 PST 2013


On 2013-02-09 16:10, Andrei Alexandrescu wrote:

> Requiring a random-access range of ubyte with a terminating zero may be
> the most general approach to a fast lexer - and that's fine.

Requiring a random-access range probably makes it easier. People here 
seems to try to support ranges with less functionality, like input or 
forward ranges.

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list