aboutsummaryrefslogtreecommitdiff
path: root/src/compile/reductions.c
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-08-24 18:21:39 -0400
committerBruce Hill <bruce@bruce-hill.com>2025-08-24 18:21:39 -0400
commit74e8aa30901dba029f3e39d187337a09740db4e0 (patch)
treeb17b37dec809aa9c054ab7d82bfe4a52fe5c4fab /src/compile/reductions.c
parent7e5e03f191c4379bf7e34cccfa044ec928189eed (diff)
Move indexing into its own file
Diffstat (limited to 'src/compile/reductions.c')
-rw-r--r--src/compile/reductions.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compile/reductions.c b/src/compile/reductions.c
index 163b083e..2d7492af 100644
--- a/src/compile/reductions.c
+++ b/src/compile/reductions.c
@@ -11,6 +11,7 @@
#include "optionals.h"
#include "statements.h"
+public
Text_t compile_reduction(env_t *env, ast_t *ast) {
DeclareMatch(reduction, ast, Reduction);
ast_e op = reduction->op;