From 925c4fa86368f019c683be18a641b660a42d06e5 Mon Sep 17 00:00:00 2001 From: bpc2003 Date: Fri, 7 Mar 2025 10:18:58 -0500 Subject: Finished bytecode parser --- src/include/parser.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/include/parser.h') diff --git a/src/include/parser.h b/src/include/parser.h index f4a6c77..25045ae 100644 --- a/src/include/parser.h +++ b/src/include/parser.h @@ -5,11 +5,9 @@ extern int blen; enum btype { BEGIN = 1, - END, OBJ, + END, PAIR, - COLON, - - IDENTIFIER, VALUE + ERROR }; struct byte { -- cgit v1.2.3