class FayrantLang::AST::VariableExpr

Defined in:

ast/expression.cr

Constructors

Instance Method Summary

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

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

Constructor Detail

def self.new(name : String) #

[View source]

Instance Method Detail

def ==(other : VariableExpr) #

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

[View source]
def name : String #

[View source]