summaryrefslogtreecommitdiff
path: root/src/runner/runner.h
diff options
context:
space:
mode:
authorA404M <ahmadmahmoudiprogrammer@gmail.com>2025-02-21 23:53:32 +0330
committerA404M <ahmadmahmoudiprogrammer@gmail.com>2025-02-21 23:53:32 +0330
commit30210fac06a6719a1f547a8cd1e24c159d7e7ee7 (patch)
tree90900f516383f26d8ffd74aed4b800ac62e685a9 /src/runner/runner.h
parent13156d99a29ba927f64d344cf4d385414bcf61e1 (diff)
add a lot of goodies in types
Diffstat (limited to 'src/runner/runner.h')
-rw-r--r--src/runner/runner.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/runner/runner.h b/src/runner/runner.h
index c1a2382..02fd01e 100644
--- a/src/runner/runner.h
+++ b/src/runner/runner.h
@@ -24,6 +24,9 @@ void runnerVariablePush(RunnerVariables *variables,AstTreeVariable *variable);
void runnerVariableSetValue(RunnerVariablePages *pages,AstTreeVariable *variable,AstTree *value);
AstTree* runnerVariableGetValue(RunnerVariablePages *pages,AstTreeVariable *variable);
+RunnerVariablePages initRootPages();
+void destroyRootPages(RunnerVariablePages pages);
+
bool runAstTree(AstTreeRoot *root);
AstTree *runAstTreeFunction(AstTree *tree, AstTree **arguments,