std.d.lexer: pre-voting review / discussion
Walter Bright
newshound2 at digitalmars.com
Thu Sep 12 16:40:50 PDT 2013
On 9/12/2013 1:15 AM, Brian Schott wrote:
> I got some time to work on the lexer this evening. Changeset here:
> https://github.com/Hackerpilot/phobos/commit/9bdb7f97bb8021f3b0d0291896b8fe21a6fead23#std/d/lexer.d
>
>
> The DDoc page has moved here:
> http://hackerpilot.github.io/experimental/std_lexer/phobos/std_d_lexer.html
Great!
> * There are a few more unit tests now
I strongly recommend running the unit tests with -cov. A lexer should be able to
get near 100% coverage with the unit tests.
> * bitAnd renamed to amp
> * slice rename to dotdot
> * Much more cross-referencing in the doc comments
> * Start line and column can be specified in the lexer config
More information about the Digitalmars-d
mailing list