Cosmos/source2/Compiler/Cosmos.XSharp
BlueSkeye_cp 2a00898dcb Fix issue #15661 : X# parser doesn't let you embed a single quote in a literal string
You can now embed a single quote character in an X# literal string provided you escape this character by preceding it with a backslash. For example :
var .DebugWaitMsg = 'Waiting for \'debugger\' connection...'
2012-10-01 15:29:02 +00:00
..
Docs 2012-07-14 20:33:43 +00:00
Properties
AsmGenerator.cs 2012-07-12 21:14:41 +00:00
Cosmos.Compiler.XSharp.csproj 2012-07-13 16:17:22 +00:00
Cosmos.Compiler.XSharp.csproj.vspscc 2012-06-07 12:26:37 +00:00
Parser.cs Fix issue #15661 : X# parser doesn't let you embed a single quote in a literal string 2012-10-01 15:29:02 +00:00
Token.cs 2012-07-14 19:34:59 +00:00
TokenList.cs 2012-07-13 05:13:19 +00:00
TokenPatterns.cs Fix issue #15660 : X# asm code generator doesn't properly handle double quotes in literal strings 2012-10-01 15:18:35 +00:00