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