aboutsummaryrefslogtreecommitdiffstats
path: root/token.h
diff options
context:
space:
mode:
Diffstat (limited to 'token.h')
-rw-r--r--token.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/token.h b/token.h
index 0d3a314..8ccb975 100644
--- a/token.h
+++ b/token.h
@@ -9,4 +9,5 @@ class Token {
public:
Token(std::string& lexeme, bool isString);
const std::string& getLexeme() const;
+ bool isString() const;
};