diff options
| author | Jan Tuomi <jans.tuomi@gmail.com> | 2016-08-31 19:15:13 +0000 |
|---|---|---|
| committer | Jan Tuomi <jans.tuomi@gmail.com> | 2016-08-31 19:15:13 +0000 |
| commit | b7eeb6676b8f67be7cc1560d9586f2672a5ad0eb (patch) | |
| tree | 651f5c1dd84041b076b20ca2f4370ba6999b3d5f /token.h | |
| parent | 251a9af5e8c4976373b71935457d1ce17c6888a1 (diff) | |
Print parsed tokens
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; }; |
