http://d.puremagic.com/issues/show_bug.cgi?id=2660
------- Comment #13 from [email protected] 2009-02-24 02:32 ------- D has entire namespace of tokens __*__ reserved for internal use. How about using it? I don't know at which stage they are processed. They are documented in lexical part of specs. How about this declaration: SpecialTokenSequence: __assume_line__ Integer EndOfLine __assume_line__ Integer Filespec EndOfLine Filespec: " Characters " Any objections? I think, it's a trivial substitution. --
