mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-27 05:52:11 +00:00
X# bug fix
This commit is contained in:
parent
647be8fd25
commit
d58ece88bf
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ namespace Cosmos.Compiler.XSharp {
|
||||||
mStart = rPos;
|
mStart = rPos;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
} if (xString == "++") {
|
} else if (xString == "++") {
|
||||||
xToken.Type = TokenType.Inc;
|
xToken.Type = TokenType.Inc;
|
||||||
} else if (xString == "--") {
|
} else if (xString == "--") {
|
||||||
xToken.Type = TokenType.Dec;
|
xToken.Type = TokenType.Dec;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue