diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-08-24 17:25:07 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-08-24 17:25:07 -0400 |
| commit | 1e21c4b71afd09e642a630c414addcb7e42a9129 (patch) | |
| tree | 2e5d0d4caf0b24c799e5f45fa1494ca4696ea71e /src/compile/binops.h | |
| parent | 5bc70e2d64392441d182fc9c6e65d4ba5b92e4c2 (diff) | |
Split binops into file
Diffstat (limited to 'src/compile/binops.h')
| -rw-r--r-- | src/compile/binops.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/compile/binops.h b/src/compile/binops.h new file mode 100644 index 00000000..0184c8a3 --- /dev/null +++ b/src/compile/binops.h @@ -0,0 +1,6 @@ + +#include "../ast.h" +#include "../environment.h" +#include "../stdlib/datatypes.h" + +Text_t compile_binary_op(env_t *env, ast_t *ast); |
