Proposal for SentinelInputRange

Jacob Carlborg doob at me.com
Thu Feb 28 00:25:25 PST 2013


On 2013-02-28 08:23, Walter Bright wrote:

> There is always a terminating 0, even if the file ends in 0x1a.
>
> (The 0x1A comes from some old editors that end a file with a control Z.)

http://dlang.org/lex.html, "End of File" shows this:

EndOfFile:
     physical end of the file
     \u0000
     \u001A

Doesn't that mean that the input is empty if the file is empty, \u0000 
or \u001A is encountered?

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list