class BowlingScorer::Token

Defined in:

bowling-scorer/token.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(token_type : BowlingScorer::TokenType = token_type, token : String = token) #

[View source]

Instance Method Detail

def to_s(io) #

[View source]
def token : String #

[View source]
def token_type : TokenType #

[View source]