class

FayrantLang::AST::BinaryExprEq

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

Constructors

new(lhs : Expr, rhs : Expr)
Source

Instance methods

==(other : BinaryExprEq)
Source
eval(ctx : Context) : BooleanValue
Source