[RFC] I/O and Buffer Range

Brian Schott briancschott at gmail.com
Thu Jan 9 01:23:10 PST 2014


My experimental lexer generator now uses the buffer range. 
https://github.com/Hackerpilot/Dscanner/tree/NewLexer/stdx

The problem that I have with it right now is that 
range.lookbehind(1).length != range.lookahead(1).length. This was 
confusing.


More information about the Digitalmars-d mailing list