Update a multi-line comment in lexer.cpp

This commit is contained in:
Username404 2021-08-18 19:36:30 +02:00
parent fd6ce35291
commit 66af9b9e2b
Signed by: Username404-59
GPG Key ID: 7AB361FBB257A5D1

View File

@ -53,7 +53,7 @@ vector<tok> lex(const string& in)
}
/* Test
for (const auto& it : resVal) {
cout << it.toktext << ' ' << it.toktype << '\n';
cout << it << ' ' << it.toktype << '\n';
}
*/
return resVal;