From d143c72b2267883c229a09cc27bbeafcf2c3fd70 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sun, 12 May 2024 13:50:06 -0400 Subject: WIP, but functional interfaces --- interfaces.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 interfaces.h (limited to 'interfaces.h') diff --git a/interfaces.h b/interfaces.h new file mode 100644 index 00000000..47dc4790 --- /dev/null +++ b/interfaces.h @@ -0,0 +1,10 @@ +#pragma once + +// Compilation of user-defined interfaces + +#include "ast.h" +#include "environment.h" + +void compile_interface_def(env_t *env, ast_t *ast); + +// vim: ts=4 sw=0 et cino=L2,l1,(0,W4,m1,\:0 -- cgit v1.2.3