class

Sheety::Tokens::EmptyOperand

Inherits Sheety::Tokens::Operand < Sheety::Token < Reference < Object

Empty operand for missing function arguments

Constructors

new(source : String = "", context : Hash(String, BigFloat | String) | Nil = nil)
Source

Instance methods

compile

Compile the token to executable code

Source
empty?
Source
match(s : String) : Regex::MatchData | Nil

Try to match the token pattern against the input string

Source