#pragma once #include "ir.h" #include "node.h" struct ir* compile(struct node *node);