The docs mention several attributes starting with @. The lexical docs don't mention @ at all. Is i.e. @property a special token? Or is @ a token followed by the text "property"? Is whitespace permitted between @ and the remainder of the attribute?
(In reply to comment #0) > The docs mention several attributes starting with @. The lexical docs don't > mention @ at all. > > Is i.e. @property a special token? Or is @ a token followed by the text > "property"? Is whitespace permitted between @ and the remainder of the > attribute? A peek in the parser shows '@' is a distinct token followed by an identifier
file:///H:/cbx/mars/doc/declaration.html#Property
I meant: http://dlang.org/declaration.html#Property