Request for comments: std.d.lexer

Jacob Carlborg doob at me.com
Thu Jan 31 04:48:02 PST 2013


On 2013-01-31 13:34, FG wrote:

> Do you know where you can safely cut it without having it lexed
> beforehand? :)

I was thinking that myself. It would probably be possible to just cut it 
in the middle and then lex a few characters forward and backwards until 
you get a valid token. Try and calculate the correct index where to cut.

Although I have no idea how much trouble it would given you and how much 
you would gain.

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list