@@ -99,6 +99,7 @@ TokenType Lexer::type(const std::string &token) {
std::regex double_regex("[0-9]+\\.[0-9]+");
std::regex identifier_regex("[A-Za-z]+[A-Za-z0-9_#]*");
// TODO 'one is evaluated as identifier
if (token == ";")
return TokenType::semicolon;
The note is not visible to the blocked user.