From 21807a663d0ab1fc934e1bb3ad485fe1c3e9c821 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Wed, 16 Sep 2020 17:57:56 -0700 Subject: Consolidated repetition ops (instead of '+', '*', '?', etc. now it's all number based: '1+', '0+', '0-1') and reverted to UPTO_AND behavior instead of UPTO --- types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'types.h') diff --git a/types.h b/types.h index b2461a2..3749156 100644 --- a/types.h +++ b/types.h @@ -20,7 +20,7 @@ enum VMOpcode { VM_STRING, VM_RANGE, VM_NOT, - VM_UPTO, + VM_UPTO_AND, VM_REPEAT, VM_BEFORE, VM_AFTER, -- cgit v1.2.3