aboutsummaryrefslogtreecommitdiff
path: root/structs.h
blob: e837f284634a6389a2de86c72bda1a1d7c2b8626 (plain)
1
2
3
4
5
6
7
8
#pragma once

#include "ast.h"
#include "environment.h"

void compile_struct_def(env_t *env, ast_t *ast);

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