diff options
Diffstat (limited to 'token.cpp')
| -rw-r--r-- | token.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -8,3 +8,7 @@ Token::Token(std::string& lexeme, bool isString) : const std::string& Token::getLexeme() const { return m_lexeme; } + +bool Token::isString() const { + return m_isString; +} |
