abstract class Noise::Lang::AST::Expression
- Noise::Lang::AST::Expression
- Noise::Lang::AST
- Reference
- Object
Overview
Root AST node for all expressions.
Direct Known Subclasses
- Noise::Lang::AST::Binary
- Noise::Lang::AST::Literal
- Noise::Lang::AST::Parameters
- Noise::Lang::AST::Unary
Defined in:
lang/ast.crInstance Method Summary
-
#build : Float64 | ::Noise
Naively produce the value reprensented by the AST since the expression are simples, there is no need for any external visitor.
Instance Method Detail
Naively produce the value reprensented by the AST since the expression are simples, there is no need for any external visitor.