aboutsummaryrefslogtreecommitdiff
path: root/src/compile/integers.h
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-08-24 17:31:14 -0400
committerBruce Hill <bruce@bruce-hill.com>2025-08-24 17:31:14 -0400
commit9b16e1c06cad326b79e3aab8a95d5f97ea07af90 (patch)
tree550621f67e985b2e3706ac3c5a68b903dad04849 /src/compile/integers.h
parent559d7f24cf5d3a129fdf7b6cc7c75ecb6ca5a8c5 (diff)
Move int code to its file
Diffstat (limited to 'src/compile/integers.h')
-rw-r--r--src/compile/integers.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compile/integers.h b/src/compile/integers.h
index f4479b3e..06b47413 100644
--- a/src/compile/integers.h
+++ b/src/compile/integers.h
@@ -4,3 +4,4 @@
#include "../types.h"
Text_t compile_int_to_type(env_t *env, ast_t *ast, type_t *target);
+Text_t compile_int(ast_t *ast);