struct Marker::Token

Defined in:

marker/token.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(kind : Kind, loc : Location, value : String | Nil = nil) #

[View source]

Instance Method Detail

def kind : Kind #

[View source]
def loc : Location #

[View source]
def value : String #

[View source]