diff options
| author | A404M <ahmadmahmoudiprogrammer@gmail.com> | 2025-04-05 15:09:23 +0330 |
|---|---|---|
| committer | A404M <ahmadmahmoudiprogrammer@gmail.com> | 2025-04-05 15:09:23 +0330 |
| commit | b5772e1c6961dd4b99b91b060b57584d4868aa2b (patch) | |
| tree | 0b2d3c4f9b4d58981439e027423129ff0f427572 /src/runner/runner.h | |
| parent | 5d43a23a42725d9e88be76ce04260dbd4b57d370 (diff) | |
working on access operator
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 efb3eb8..10fd8dc 100644 --- a/src/runner/runner.h +++ b/src/runner/runner.h @@ -10,4 +10,4 @@ bool runAstTree(AstTreeRoot *root); AstTree *runAstTreeFunction(AstTree *tree, AstTreeFunctionCallParam *arguments, size_t arguments_size); -AstTree *runExpression(AstTree *expr, bool *shouldRet); +AstTree *runExpression(AstTree *expr, bool *shouldRet,bool isLeft); |