From f9f7b92fdda17efe2dca455d6f641a424a97b2db Mon Sep 17 00:00:00 2001 From: ubq323 Date: Wed, 12 Jul 2023 02:22:10 +0100 Subject: more code --- run.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 run.h (limited to 'run.h') diff --git a/run.h b/run.h new file mode 100644 index 0000000..64484d8 --- /dev/null +++ b/run.h @@ -0,0 +1,8 @@ +#ifndef _run_h +#define _run_h + +#include "ast.h" + +int eval(AstNode a); + +#endif -- cgit v1.2.3