From c4cae690deddcb8a7fc6a537816e832525ca0e86 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Wed, 31 Aug 2016 20:05:10 +0000 Subject: Develop runtime --- token.h | 1 + 1 file changed, 1 insertion(+) (limited to 'token.h') 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; }; -- cgit v1.3