mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-27 05:52:11 +00:00
This commit is contained in:
parent
6067a9da16
commit
ed2b2b60a8
1 changed files with 1 additions and 1 deletions
|
|
@ -435,7 +435,7 @@ namespace Cosmos.Compiler.XSharp {
|
||||||
xPattern.Code(aTokens, ref xResult);
|
xPattern.Code(aTokens, ref xResult);
|
||||||
// Apply {0} etc into string
|
// Apply {0} etc into string
|
||||||
for (int i = 0; i < xResult.Count; i++) {
|
for (int i = 0; i < xResult.Count; i++) {
|
||||||
xResult[i] = string.Format(xResult[i], aTokens.Select(c => c.Value).ToArray());
|
xResult[i] = string.Format(xResult[i], aTokens.ToArray());
|
||||||
}
|
}
|
||||||
if (xPattern.RawAsm) {
|
if (xPattern.RawAsm) {
|
||||||
AsmToCSharp(xResult);
|
AsmToCSharp(xResult);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue