struct rgpot::units::TokenΒΆ
struct Token {
// fields
TokenType type;
std::string value;
// methods
int precedence() const;
std::string as_str() const;
};
struct Token {
// fields
TokenType type;
std::string value;
// methods
int precedence() const;
std::string as_str() const;
};