aboutsummaryrefslogtreecommitdiff
path: root/src/compile/comparisons.h
blob: 105387d53e4e75d3d1fb3a84b0ec6cb615f4c6e1 (plain)
1
2
3
4
5
6
7
8
// 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);