From 583e0b431a6581206368968d56287a858d53b10a Mon Sep 17 00:00:00 2001 From: Bad Diode Date: Tue, 26 Oct 2021 13:34:44 +0200 Subject: Add initial parameter support for function calls --- src/bytecode/ops.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/bytecode/ops.h') diff --git a/src/bytecode/ops.h b/src/bytecode/ops.h index 7a43b91..501a37f 100755 --- a/src/bytecode/ops.h +++ b/src/bytecode/ops.h @@ -4,6 +4,7 @@ typedef enum Ops { // Load/store ops. OP_CONSTANT, + OP_LOCAL, OP_DEF, OP_SET, OP_GET, -- cgit v1.2.1