struct Token

Defined in:

calc.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(type : String, value : String | Char) #

[View source]

Instance Method Detail

def inspect(io) #

[View source]
def type : String #

[View source]
def value : Char | String #

[View source]