diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-08-24 15:32:17 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-08-24 15:32:17 -0400 |
| commit | c62c3200c7078f58b218def14c54bbfd26677069 (patch) | |
| tree | b4e2d4b943ca3a63a95d6e516ff5bb45a46f238e /src/compile/pointers.h | |
| parent | 3f9f82ca53ed353d10ae65fc958e73193e8d9739 (diff) | |
Pluralize filenames
Diffstat (limited to 'src/compile/pointers.h')
| -rw-r--r-- | src/compile/pointers.h | 6 |
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); |
