diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-08-24 18:04:03 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-08-24 18:04:03 -0400 |
| commit | 9a663450129398537a80ed454920c3134fe1aa6f (patch) | |
| tree | 0097f73db863f0339b8053b9ce10aef9cd8abb8d /src/compile/statements.h | |
| parent | 7cb55ec0061246685ffe8c6d1d92307495c28943 (diff) | |
Move conditionals into a file
Diffstat (limited to 'src/compile/statements.h')
| -rw-r--r-- | src/compile/statements.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/compile/statements.h b/src/compile/statements.h index 41b1d8f4..4284a61c 100644 --- a/src/compile/statements.h +++ b/src/compile/statements.h @@ -5,6 +5,5 @@ #include "../environment.h" #include "../stdlib/datatypes.h" -Text_t compile_condition(env_t *env, ast_t *ast); Text_t compile_statement(env_t *env, ast_t *ast); Text_t with_source_info(env_t *env, ast_t *ast, Text_t code); |
