enum rgpot::units::TokenTypeΒΆ

enum TokenType {
    LParen,
    RParen,
    Mul,
    Div,
    Pow,
    Value,
};