class

FayrantLang::AST::BooleanLiteralExpr

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

Constructors

new(value : Bool)
Source

Instance methods

eval(ctx : Context) : BooleanValue
Source