class Basic::C64::Token
- Basic::C64::Token
- Reference
- Object
Defined in:
basic-cr/c64/token.crConstructors
Instance Method Summary
- #lexeme : String
- #lexeme=(lexeme : String)
- #literal : Int32 | Float64 | String | Nil
- #literal=(literal : Int32 | Float64 | String | Nil)
- #to_string
- #type : TokenType
- #type=(type : TokenType)