abstract class Noise::Lang::AST::Expression

Overview

Root AST node for all expressions.

Direct Known Subclasses

Defined in:

lang/ast.cr

Instance Method Summary

Instance Method Detail

abstract def build : Float64 | ::Noise #

Naively produce the value reprensented by the AST since the expression are simples, there is no need for any external visitor.


[View source]