Request for comments: std.d.lexer
Mehrdad
wfunction at hotmail.com
Mon Jan 28 01:30:44 PST 2013
On Monday, 28 January 2013 at 09:21:51 UTC, Jacob Carlborg wrote:
> 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.
Yeah that's exactly what I meant by not comparing xD
I'm wondering if there's any way to make it independent of the
code/grammar
More information about the Digitalmars-d
mailing list