diff options
| author | jantuomi <jans.tuomi@gmail.com> | 2016-09-01 11:20:59 +0300 |
|---|---|---|
| committer | jantuomi <jans.tuomi@gmail.com> | 2016-09-01 11:20:59 +0300 |
| commit | 50bafbdd68160d00606a4e83d9759c21223c11f8 (patch) | |
| tree | 66c58cfb012dc0b7d222a03e8c55507b75e9af1f /token.cpp | |
| parent | be011366f249b8ebed3905030ce3b7021597ee34 (diff) | |
Restructure project
Diffstat (limited to 'token.cpp')
| -rw-r--r-- | token.cpp | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/token.cpp b/token.cpp deleted file mode 100644 index 6e9e5e2..0000000 --- a/token.cpp +++ /dev/null @@ -1,14 +0,0 @@ -#include "token.h" - -Token::Token(std::string& lexeme, bool isString) : - m_lexeme(lexeme), m_isString(isString) { - -} - -const std::string& Token::getLexeme() const { - return m_lexeme; -} - -bool Token::isString() const { - return m_isString; -} |
