aboutsummaryrefslogtreecommitdiff
path: root/chunk.d
diff options
context:
space:
mode:
authormryouse2023-05-26 02:52:39 +0000
committermryouse2023-05-26 02:52:39 +0000
commitaab6510a0e59c26a31526ff303a9d581736815fc (patch)
tree4fed2a5fe5711f8e0e43b7386317183a162345a9 /chunk.d
parent11e9f1d854602aae7cb895cfb2f9fc5dd338e6f8 (diff)
eq? for many things
Diffstat (limited to 'chunk.d')
-rw-r--r--chunk.d1
1 files changed, 1 insertions, 0 deletions
diff --git a/chunk.d b/chunk.d
index 7a532f5..68df45b 100644
--- a/chunk.d
+++ b/chunk.d
@@ -139,6 +139,7 @@ enum OpCode {
OP_ADD,
OP_LESS,
OP_NOT,
+ OP_EQUAL,
OP_GREATER,
OP_NEGATE,
OP_RETURN,