aboutsummaryrefslogtreecommitdiff
path: root/types.h
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2020-09-13 20:33:11 -0700
committerBruce Hill <bruce@bruce-hill.com>2020-09-13 20:33:11 -0700
commit1d1c3d35aae0e060a6527d6e83575dd7ff71328e (patch)
treebc9e486906d47fac29d8d0f1e8c8915d2bf5ab9f /types.h
parentab5ef5a77af9f2fc7c3353f05bf716b1a6b93f73 (diff)
Added == operator
Diffstat (limited to 'types.h')
-rw-r--r--types.h1
1 files changed, 1 insertions, 0 deletions
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,