From 8ff80b09ccd7e680829d0911d965ad4b0d6f7939 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Fri, 15 Jan 2021 01:19:10 -0800 Subject: Major overhaul of how different modes of behavior work. Approximately 2x speedup and 2x memory footprint reduction. Also removed --mode and VM_HIDE (~ operator), and added --context. Printing works better now. --- types.h | 1 - 1 file changed, 1 deletion(-) (limited to 'types.h') diff --git a/types.h b/types.h index 65dcb5a..244b4b7 100644 --- a/types.h +++ b/types.h @@ -30,7 +30,6 @@ enum VMOpcode { VM_BEFORE, VM_AFTER, VM_CAPTURE, - VM_HIDE, VM_OTHERWISE, VM_CHAIN, VM_EQUAL, -- cgit v1.2.3