Checking that Parser initially is case-sensitive.

This commit is contained in:
2016-06-22 09:14:01 +01:00
parent d9578b6f1c
commit 73c9d6c1f3
3 changed files with 10 additions and 0 deletions

View File

@@ -57,6 +57,7 @@ class Parser
Coordinate coordinate() const;
void setCaseSensitive(bool isCaseInsensitive = true);
bool isCaseSensitive() const noexcept;
char currentCharacter() const;
void advance();