class FayrantLang::AST::BinaryExprDivInv

Defined in:

ast/expression.cr

Constructors

Instance Method Summary

Instance methods inherited from class FayrantLang::AST::BinaryExpr

lhs : FayrantLang::AST::Expr lhs, rhs : FayrantLang::AST::Expr rhs

Constructor methods inherited from class FayrantLang::AST::BinaryExpr

new(lhs : Expr, rhs : Expr) new

Instance methods inherited from class FayrantLang::AST::Expr

==(other) ==, eval(ctx : Context) : AnyValue eval

Constructor Detail

def self.new(lhs : Expr, rhs : Expr) #

[View source]

Instance Method Detail

def ==(other : BinaryExprDivInv) #

[View source]
def eval(ctx : Context) : NumberValue #

[View source]