aboutsummaryrefslogtreecommitdiff
path: root/compiler.h
blob: 7465c9e8b88bffcba64a12a80b6efcd625384915 (plain)
1
2
3
4
5
6
7
#pragma once

#include "ir.h"
#include "node.h"


struct ir* compile(struct node *node);