diff options
author | A404M <ahmadmahmoudiprogrammer@gmail.com> | 2025-05-16 18:31:59 +0330 |
---|---|---|
committer | A404M <ahmadmahmoudiprogrammer@gmail.com> | 2025-05-16 18:31:59 +0330 |
commit | 69a4e1a69239c4de6bcade6aac04205db10ec9c5 (patch) | |
tree | e72b374f875eda2381ad96feabae5d12bea63831 /src/runner/runner.h | |
parent | 0375ec4478101337ff1a30f583262a38055f9103 (diff) |
add continue
Diffstat (limited to 'src/runner/runner.h')
-rw-r--r-- | src/runner/runner.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runner/runner.h b/src/runner/runner.h index df8ff21..5a12db3 100644 --- a/src/runner/runner.h +++ b/src/runner/runner.h @@ -17,4 +17,4 @@ AstTree *runAstTreeBuiltin(AstTree *tree, AstTreeScope *scope, size_t arguments_size, bool isComptime); AstTree *runExpression(AstTree *expr, AstTreeScope *scope, bool *shouldRet, - bool isLeft, bool isComptime, u32 *breakCount); + bool isLeft, bool isComptime, u32 *breakCount,bool *shouldContinue); |