From d8d12f033831a6ed76049209d52450a7001a6879 Mon Sep 17 00:00:00 2001 From: A404M Date: Thu, 12 Jun 2025 18:03:30 +0330 Subject: removing lazy because macro can do the job --- src/runner/runner.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/runner/runner.h') diff --git a/src/runner/runner.h b/src/runner/runner.h index 3175ece..815cb0a 100644 --- a/src/runner/runner.h +++ b/src/runner/runner.h @@ -31,13 +31,10 @@ AstTree *runExpression(AstTree *expr, AstTreeScope *scope, bool *shouldRet, bool isLeft, bool isComptime, u32 *breakCount, bool *shouldContinue); -AstTree *getForVariable(AstTree *expr, AstTreeScope *scope, bool *shouldRet, - bool isLeft, bool isComptime, u32 *breakCount, - bool *shouldContinue, bool isLazy); - bool discontinue(bool shouldRet, u32 breakCount); AstTree *toRawValue(AstTree *value, AstTreeScope *scope); +bool canBeRaw(AstTree *type); AstTree *fromRawValue(AstTree *value); AstTree *castTo(AstTree *value, AstTree *to); -- cgit v1.2.3