From 1d1c3d35aae0e060a6527d6e83575dd7ff71328e Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sun, 13 Sep 2020 20:33:11 -0700 Subject: Added == operator --- types.h | 1 + 1 file changed, 1 insertion(+) (limited to 'types.h') diff --git a/types.h b/types.h index 82c282c..f335285 100644 --- a/types.h +++ b/types.h @@ -23,6 +23,7 @@ enum VMOpcode { VM_CAPTURE, VM_OTHERWISE, VM_CHAIN, + VM_EQUAL, VM_REPLACE, VM_REF, VM_BACKREF, -- cgit v1.2.3