aboutsummaryrefslogtreecommitdiff
path: root/src/compile/comparisons.h
blob: 421bcd4ab70f69d63370f4b07e2c9a070e94dfdd (plain)
1
2
3
4
5
6
7
8
9
// This file defines how to compile comparisons

#pragma once

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

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