aboutsummaryrefslogtreecommitdiff
path: root/src/compile/integers.h
blob: 667c52212742c9b50cdba557a74f5157102a8db1 (plain)
1
2
3
4
5
6
7
8
9
// This file defines how to compile integers
#pragma once

#include "../ast.h"
#include "../environment.h"
#include "../types.h"

Text_t compile_int_to_type(env_t *env, ast_t *ast, type_t *target);
Text_t compile_int(ast_t *ast);