Basic::C64::Token
Inherits Reference < Object
Constructors
new(type : TokenType, lexeme : String, literal : Int32 | Float64 | String | Nil = nil)
SourceInstance methods
lexeme
Sourcelexeme=(lexeme : String)
Sourceliteral
Sourceliteral=(literal : Int32 | Float64 | String | Nil)
Sourceto_string
Sourcetype
Sourcetype=(type : TokenType)
Source