aboutsummaryrefslogtreecommitdiffstats
path: root/Token.h
diff options
context:
space:
mode:
Diffstat (limited to 'Token.h')
-rw-r--r--Token.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Token.h b/Token.h
index f2ffd076..2d4441d0 100644
--- a/Token.h
+++ b/Token.h
@@ -386,6 +386,8 @@ public:
return m_precedence[tok];
}
+ static Token::Value fromIdentifierOrKeyword(std::string const& _name);
+
private:
static char const* const m_name[NUM_TOKENS];
static char const* const m_string[NUM_TOKENS];