summaryrefslogtreecommitdiffstats
path: root/opcode_list.h
diff options
context:
space:
mode:
authorStephen Dolan <mu@netsoc.tcd.ie>2013-05-14 16:09:10 +0100
committerStephen Dolan <mu@netsoc.tcd.ie>2013-05-14 16:09:10 +0100
commit81be37b23601a948164f0eb4a4f0331fa83ccf15 (patch)
tree2b606e494caf6dff94405481a1e3a3557684d821 /opcode_list.h
parent4d540b7102cb3a63ea5b966b1bbe42ad275fbf25 (diff)
Add the range function
Diffstat (limited to 'opcode_list.h')
-rw-r--r--opcode_list.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/opcode_list.h b/opcode_list.h
index 91a6aba1..38206871 100644
--- a/opcode_list.h
+++ b/opcode_list.h
@@ -13,6 +13,7 @@ OP(JUMP_F,BRANCH, 1, 0)
OP(BACKTRACK, NONE, 0, 0)
OP(APPEND, VARIABLE,1, 0)
OP(INSERT, NONE, 4, 2)
+OP(RANGE, VARIABLE, 1, 1)
OP(SUBEXP_BEGIN, NONE, 1, 2)
OP(SUBEXP_END, NONE, 2, 2)