Sheety::Tokens::Number
Inherits Sheety::Tokens::Operand < Sheety::Token < Reference < Object
Numeric literal token
Constants
NUMBER_REGEX = /^\s*(?P<name>(?:\d+(?:\.\d+)?|\.\d+)(?:E[+-]?\d+)?)/i
Matches integers, floats, scientific notation (not TRUE/FALSE)
Class methods
match?(s : String) : Regex::MatchData | Nil
SourceInstance methods
boolean?
Sourcematch(s : String) : Regex::MatchData | Nil
Try to match the token pattern against the input string