diff options
Diffstat (limited to 'src/interpreter.h')
-rw-r--r-- | src/interpreter.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/interpreter.h b/src/interpreter.h new file mode 100644 index 0000000..b7c3e2a --- /dev/null +++ b/src/interpreter.h @@ -0,0 +1,5 @@ +#pragma once + +#include "program.h" + +void run_program(Program* program); |