class Calcium::NumberToken

Defined in:

calcium/tokens.cr

Constant Summary

PATTERN = /\d+(?:\.\d+)?/

Instance Method Summary

Instance methods inherited from class Calcium::Token

==(other : String)
==(other : Token)
==
, to_s(io) to_s, value : String value

Constructor methods inherited from class Calcium::Token

new(value) new

Instance Method Detail

def to_f #

[View source]