class

FayrantLang::AST::BinaryExprDivInv

Inherits FayrantLang::AST::BinaryExpr / FayrantLang::AST::Expr / Reference / Object

Constructors

new(lhs : Expr, rhs : Expr)
Source

Instance methods

==(other : BinaryExprDivInv)
Source
eval(ctx : Context) : NumberValue
Source