Sheety::Tokens::Boolean
Inherits Sheety::Tokens::Operand < Sheety::Token < Reference < Object
Boolean literal token (TRUE, FALSE)
Constants
BOOL_REGEX = /^\s*(?P<name>TRUE|FALSE)/i
Class methods
match?(s : String) : Regex::MatchData | Nil
SourceInstance methods
bool_value
Sourceboolean?
Sourcematch(s : String) : Regex::MatchData | Nil
Try to match the token pattern against the input string