struct Token

Defined in:

parser/token.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(value : String, position : Position) #

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(value _value = @value, position _position = @position) #

[View source]
def position : Position #

def value : String #