Fix NEXT
This commit is contained in:
@@ -1045,6 +1045,7 @@ class Parser
|
|||||||
case TokenType.Break:
|
case TokenType.Break:
|
||||||
node = new Break(lex.location);
|
node = new Break(lex.location);
|
||||||
break;
|
break;
|
||||||
|
case TokenType.Next:
|
||||||
case TokenType.Continue:
|
case TokenType.Continue:
|
||||||
node = new Continue(lex.location);
|
node = new Continue(lex.location);
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user