From 50bafbdd68160d00606a4e83d9759c21223c11f8 Mon Sep 17 00:00:00 2001 From: jantuomi Date: Thu, 1 Sep 2016 11:20:59 +0300 Subject: Restructure project --- token.h | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 token.h (limited to 'token.h') diff --git a/token.h b/token.h deleted file mode 100644 index 8ccb975..0000000 --- a/token.h +++ /dev/null @@ -1,13 +0,0 @@ -#pragma once -#include - -class Token { - private: - std::string m_lexeme; - bool m_isString; - - public: - Token(std::string& lexeme, bool isString); - const std::string& getLexeme() const; - bool isString() const; -}; -- cgit v1.3