GSoC 2016 - std.experimental.xml after a month
Lodovico Giaretta via Digitalmars-d
digitalmars-d at puremagic.com
Sat Jun 25 13:37:10 PDT 2016
On Saturday, 25 June 2016 at 20:32:33 UTC, Walter Bright wrote:
> Thank you for your hard work on this important project.
>
> Please ensure that it has a range interface - a range is used
> as input.
You mean that the document source may be a range?
In that case, I already implemented a lexer that works with any
InputRange, and another one that works with ForwardRanges (I
hoped it to be way faster than the first, but it currently
isn't). Both are way slower than the two lexers based on slices,
of course.
More information about the Digitalmars-d
mailing list