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,
|
KEY,
|
||||||
VALUE,
|
VALUE,
|
||||||
SEPARATOR,
|
SEPARATOR,
|
||||||
NEWLINE,
|
|
||||||
EOF
|
EOF
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user