From 1b3c67ba06e3b41f308f9475968fe19f36b31f06 Mon Sep 17 00:00:00 2001 From: Tyler Murphy Date: Sat, 15 Apr 2023 01:04:50 -0400 Subject: fix bug and add zero instruction --- src/types.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/types.h') diff --git a/src/types.h b/src/types.h index 413d313..9241787 100644 --- a/src/types.h +++ b/src/types.h @@ -19,6 +19,7 @@ typedef enum { PutString, GetString, Clear, + Zero, Eof } Symbol; -- cgit v1.2.3-freya