aboutsummaryrefslogtreecommitdiff
path: root/src/compile/pointers.h
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-08-24 15:32:17 -0400
committerBruce Hill <bruce@bruce-hill.com>2025-08-24 15:32:17 -0400
commitc62c3200c7078f58b218def14c54bbfd26677069 (patch)
treeb4e2d4b943ca3a63a95d6e516ff5bb45a46f238e /src/compile/pointers.h
parent3f9f82ca53ed353d10ae65fc958e73193e8d9739 (diff)
Pluralize filenames
Diffstat (limited to 'src/compile/pointers.h')
-rw-r--r--src/compile/pointers.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/compile/pointers.h b/src/compile/pointers.h
new file mode 100644
index 00000000..306c3019
--- /dev/null
+++ b/src/compile/pointers.h
@@ -0,0 +1,6 @@
+#include <stdbool.h>
+
+#include "../environment.h"
+#include "../stdlib/datatypes.h"
+
+Text_t compile_to_pointer_depth(env_t *env, ast_t *ast, int64_t target_depth, bool needs_incref);