class FayrantLang::Location

Defined in:

parser/token.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(line : Int32, from : Int32, to : Int32) #

[View source]

Instance Method Detail

def ==(other : Location) #

[View source]
def from : Int32 #

[View source]
def line : Int32 #

[View source]
def to : Int32 #

[View source]