Cosmos/source2/Compiler/Cosmos.XSharp
BlueSkeye_cp 0973b84458 Fix issue #15660 : X# asm code generator doesn't properly handle double quotes in literal strings
X# asm code generator now uses back quotes to surround literal strings in generated asm code. Back quote characters in X# literal strings are properly escaped if they aren't already. Double quotes characters ub X# literal strings don't trigger a NASM compilation error anymore.
2012-10-01 15:18:35 +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 X# Group --> namespace 2012-07-15 21:42:20 +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