Remove: 'NEWLINE' member from TokenType enum as commands dont span over multiple lines
This commit is contained in:
@@ -6,6 +6,5 @@ public enum TokenType {
|
||||
KEY,
|
||||
VALUE,
|
||||
SEPARATOR,
|
||||
NEWLINE,
|
||||
EOF
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user