Delimited and token string postfix?

Michel Fortin michel.fortin at michelf.com
Sun Feb 3 05:37:20 PST 2008


I'm reading the Lexical part of the D 2 spec, and I'm wondering why 
delimited strings and token strings can't have a postfix to tell which 
kind of character the string is made of, while all other string types 
have it. Is this an oversight?

Postfix:
	c
	w
	d

DelimitedString:
	q" Delimiter WysiwygCharacters MatchingDelimiter "

TokenString:
	q{ Tokens }

-- 
Michel Fortin
michel.fortin at michelf.com
http://michelf.com/




More information about the Digitalmars-d mailing list