struct Stacklang::Tokenizer::Token

Defined in:

stacklang/tokenizer.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(value : String, line : Int32, character : Int32, source : Nil | String) #

[View source]

Instance Method Detail

def character : Int32 #

[View source]
def line : Int32 #

[View source]
def source : String | Nil #

[View source]
def value : String #

[View source]