fixed bug
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user