class FayrantLang::AST::FunctionCallExpr
- FayrantLang::AST::FunctionCallExpr
- FayrantLang::AST::Expr
- Reference
- Object
Defined in:
ast/expression.crConstructors
Instance Method Summary
- #==(other : FunctionCallExpr)
- #args : Array(FayrantLang::AST::Expr)
- #eval(ctx : Context) : AnyValue
- #fn : FayrantLang::AST::Expr