FayrantLang::AST::BinaryExprPlus
Inherits FayrantLang::AST::BinaryExpr / FayrantLang::AST::Expr / Reference / Object
Constructors
new(lhs : Expr, rhs : Expr)
SourceInstance methods
==(other : BinaryExprPlus)
Sourceeval(ctx : Context) : NumberValue
Source