struct Axal::Token
- Axal::Token
- Struct
- Value
- Object
Defined in:
lang/token.crConstructors
Instance Method Summary
- #col
- #kind : TokenKind
- #length
- #lexeme : String
- #line
- #literal : Float64 | Nil | String | Nil
- #location : Location
Constructor Detail
def self.new(kind : Axal::TokenKind, lexeme : String, literal : Float64 | String | Nil, location : Axal::Location)
#