lexer.cpp: Remove commented test code

Signed-off-by: Username404-59 <w.iron.zombie@gmail.com>
This commit is contained in:
Username404-59 2024-03-13 18:02:54 +01:00
parent 7a4549dafb
commit 8f92674387
Signed by: Username404-59
GPG Key ID: 7AB361FBB257A5D1
1 changed files with 0 additions and 5 deletions

View File

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