From 9e555bc2bf618148929e52ccd0efdb1b752bdcac Mon Sep 17 00:00:00 2001 From: ubq323 Date: Tue, 1 Aug 2023 22:37:26 +0100 Subject: compilation of basic arithmetic exprs to bytecode --- vm.h | 1 + 1 file changed, 1 insertion(+) (limited to 'vm.h') diff --git a/vm.h b/vm.h index cfa3f6d..c710a4b 100644 --- a/vm.h +++ b/vm.h @@ -43,5 +43,6 @@ typedef enum { OP_DIV, } Op; +void runvm(Chunk *ch); #endif -- cgit v1.2.3