From 8f9a84345c147da5d398331548753d1e350ce846 Mon Sep 17 00:00:00 2001 From: Bad Diode Date: Sun, 24 Oct 2021 12:04:06 +0200 Subject: Add globals and OP_DEF operation --- 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 348df84..63442ac 100755 --- a/src/bytecode/ops.h +++ b/src/bytecode/ops.h @@ -4,6 +4,7 @@ typedef enum Ops { // Load/store ops. OP_CONSTANT, + OP_DEF, // Arithmetic ops. OP_SUM, OP_SUB, -- cgit v1.2.1