aboutsummaryrefslogtreecommitdiff
path: root/src/compile/binops.h
blob: 50dd398a85ad14ab2d3e1fb98a4164b3cf29b02e (plain)
1
2
3
4
5
6
7
8
9
// This file defines how to compile binary operations

#pragma once

#include "../ast.h"
#include "../environment.h"
#include "../stdlib/datatypes.h"

Text_t compile_binary_op(env_t *env, ast_t *ast);