class

Basic::C64::Token

Inherits Reference < Object

Constructors

new(type : TokenType, lexeme : String, literal : Int32 | Float64 | String | Nil = nil)
Source

Instance methods

lexeme
Source
lexeme=(lexeme : String)
Source
literal
Source
literal=(literal : Int32 | Float64 | String | Nil)
Source
to_string
Source
type
Source
type=(type : TokenType)
Source