fixed bug

This commit is contained in:
Karma Riuk
2025-06-29 10:49:53 +02:00
parent 2aff81ba4c
commit ccfc3ed0f7

View File

@ -6,7 +6,7 @@
namespace token { namespace token {
struct token { struct token {
token::Type type; ::token::type type;
std::string literal; std::string literal;
}; };
} // namespace token } // namespace token