Remove: 'NEWLINE' member from TokenType enum as commands dont span over multiple lines

This commit is contained in:
Lars Simon Winzer
2026-03-15 13:08:23 +01:00
parent 3509a967a6
commit 1e794337b5
@@ -6,6 +6,5 @@ public enum TokenType {
KEY, KEY,
VALUE, VALUE,
SEPARATOR, SEPARATOR,
NEWLINE,
EOF EOF
} }