Update a multi-line comment in lexer.cpp
This commit is contained in:
parent
fd6ce35291
commit
66af9b9e2b
@ -53,7 +53,7 @@ vector<tok> lex(const string& in)
|
|||||||
}
|
}
|
||||||
/* Test
|
/* Test
|
||||||
for (const auto& it : resVal) {
|
for (const auto& it : resVal) {
|
||||||
cout << it.toktext << ' ' << it.toktype << '\n';
|
cout << it << ' ' << it.toktype << '\n';
|
||||||
}
|
}
|
||||||
*/
|
*/
|
||||||
return resVal;
|
return resVal;
|
||||||
|
Loading…
Reference in New Issue
Block a user