diff options
| author | Jan Tuomi <jans.tuomi@gmail.com> | 2016-08-31 20:05:10 +0000 |
|---|---|---|
| committer | Jan Tuomi <jans.tuomi@gmail.com> | 2016-08-31 20:05:10 +0000 |
| commit | c4cae690deddcb8a7fc6a537816e832525ca0e86 (patch) | |
| tree | 42a78dedb03d776e3945c1729a2e4b1d264ef2ed /token.cpp | |
| parent | 1ba5c17a68f13633d6a20785c722b22032ba45c4 (diff) | |
Develop runtime
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; +} |
