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

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

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