Variable Token.symbol
The "type" of this token
Declaration
struct Token
{
// ...
sdlang. symbol. Symbol
symbol = Symbol("Error");
// ...
}
The "type" of this token
struct Token
{
// ...
sdlang. symbol. Symbol
symbol = Symbol("Error");
// ...
}