diff options
Diffstat (limited to 'token.h')
| -rw-r--r-- | token.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -8,4 +8,5 @@ class Token { public: Token(std::string& lexeme, bool isString); + const std::string& getLexeme() const; }; |
