Removed raw-enums
This commit is contained in:
@@ -38,7 +38,7 @@ namespace PashaBibko::LXC::Parser
|
||||
}
|
||||
|
||||
// Checks if the tokens are the correct types //
|
||||
inline bool Expect(const std::span<const Lexer::Token::TokenType>& tokens) const
|
||||
inline bool Expect(const std::span<const Lexer::TokenType>& tokens) const
|
||||
{
|
||||
for (int i = 0; i < tokens.size(); i++)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user