From 7bd9934a4be7c22b8f464ab7a1cc243801b5957c Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Mon, 11 Oct 2021 00:13:15 -0700 Subject: Chapter 21.3 --- clox/src/chunk.h | 1 + 1 file changed, 1 insertion(+) (limited to 'clox/src/chunk.h') diff --git a/clox/src/chunk.h b/clox/src/chunk.h index 4194e8c..dda2b31 100644 --- a/clox/src/chunk.h +++ b/clox/src/chunk.h @@ -10,6 +10,7 @@ typedef enum { OP_TRUE, OP_FALSE, OP_POP, + OP_GET_GLOBAL, OP_DEFINE_GLOBAL, OP_EQUAL, OP_GREATER, -- cgit v1.2.3-54-g00ecf