summaryrefslogtreecommitdiff
path: root/src/include/parser.h
diff options
context:
space:
mode:
authorbpc2003 <wpesfriendnva@gmail.com>2025-03-07 10:18:58 -0500
committerbpc2003 <wpesfriendnva@gmail.com>2025-03-07 10:18:58 -0500
commit925c4fa86368f019c683be18a641b660a42d06e5 (patch)
treee19e7c54c8e7368adb98c07b0bdcb0b1b94c6b2a /src/include/parser.h
parent73efe8f2d78c780ddf8be80909572807fab71ef7 (diff)
Finished bytecode parser
Diffstat (limited to 'src/include/parser.h')
-rw-r--r--src/include/parser.h6
1 files changed, 2 insertions, 4 deletions
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 {