diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-08-24 17:07:41 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-08-24 17:07:41 -0400 |
| commit | 476bacc27671de92e8fdbc5b2a904bbf8bc80377 (patch) | |
| tree | 035183cccc5aa42cb5885dbbccdb6f9cf4f2aa23 /src/compile/files.h | |
| parent | e4d080f598b8528d5200deccde279ff02ac5750e (diff) | |
More splitting out into separate files.
Diffstat (limited to 'src/compile/files.h')
| -rw-r--r-- | src/compile/files.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/compile/files.h b/src/compile/files.h new file mode 100644 index 00000000..8b8b4012 --- /dev/null +++ b/src/compile/files.h @@ -0,0 +1,6 @@ +#include "../ast.h" +#include "../environment.h" +#include "../stdlib/datatypes.h" + +Text_t compile_file(env_t *env, ast_t *ast); +Text_t compile_file_header(env_t *env, Path_t header_path, ast_t *ast); |
