summaryrefslogtreecommitdiff
path: root/src/include/parser.h
diff options
context:
space:
mode:
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 {