class

FayrantLang::AST::BinaryExprLt

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

Constructors

new(lhs : Expr, rhs : Expr)
Source

Instance methods

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