https://issues.dlang.org/show_bug.cgi?id=16421
Lodovico Giaretta <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Lodovico Giaretta <[email protected]> --- [SEMI-OT] By the way, you shouldn't be using a RangeLexer when your input is a string. A SliceLexer will be much faster. If you don't want to choose manually, chooseLexer!myInputType will instantiate the best available lexer for your input type. --
