Request for comments: std.d.lexer

Jacob Carlborg doob at me.com
Mon Jan 28 01:21:50 PST 2013


On 2013-01-28 10:09, Mehrdad wrote:

> Sorry I think my question was vague -- what I meant was, how do you
> measure it, i.e. in what units?
>
> Lines per second? Tokens per second? Syntax nodes per second? etc.

The easy way out would be to just measure how long time it takes to 
parse a given piece of code and compare with some other parse using the 
same code.

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list