Core: Add continue keyword
This commit is contained in:
@@ -250,6 +250,10 @@ void core__stringify(Ast *ast) {
|
||||
genln("pass");
|
||||
} break;
|
||||
|
||||
case AST_CONTINUE: {
|
||||
genln("continue");
|
||||
} break;
|
||||
|
||||
case AST_BREAK: {
|
||||
genln("break");
|
||||
} break;
|
||||
|
||||
Reference in New Issue
Block a user