Hi,
I added support for verbatim identifiers and verbatim strings to the cvs.
Verbatim ids are a MS invention to allow using keywords as identifiers.
It means, that @class or @for is a valid id. @ is only provided for the
parser (lexer). The actual name of the identifier is the keyword without the
@.
Verbatim strings are simply multiline strings with syntax:
@" This is a verbatim
string. Cool, ""isn't it""...
";
Bye,
kisg
|