This commit is contained in:
kudzu_cp 2012-07-11 17:51:03 +00:00
parent 3118bffbe9
commit bfb47bccbb
2 changed files with 1 additions and 3 deletions

View file

@ -28,7 +28,7 @@ namespace Cosmos.Compiler.XSharp {
+ ",GOTO,GROUP"
+ ",IF,INTERRUPT"
+ ",JUMP"
+ ",POPALL,PUSHALL,PORT"
+ ",PORT"
+ ",RETURN,RETURNINTERRUPT,REPEAT"
+ ",TIMES"
+ ",VAR"

View file

@ -441,8 +441,6 @@ namespace Cosmos.Compiler.XSharp {
AddPattern("Return", "Ret");
AddPattern("ReturnInterrupt", "IRet");
AddPattern("PopAll", "Popad");
AddPattern("PushAll", "Pushad");
AddPattern("Function _ABC {", delegate(TokenList aTokens, ref List<string> rCode) {
StartFunc(aTokens[1].Value);