aboutsummaryrefslogtreecommitdiff
path: root/compile.h
blob: 790b33a4f598398414f600da7c6d3f54ec272841 (plain)
1
2
3
4
5
6
7
8
9
10
11
#pragma once

#include <gc/cord.h>
#include <gc.h>
#include <stdio.h>

#include "util.h"

CORD compile(ast_t *ast);

// vim: ts=4 sw=0 et cino=L2,l1,(0,W4,m1,\:0