class Noise::Lang::AST::Number
- Noise::Lang::AST::Number
- Noise::Lang::AST::Literal
- Noise::Lang::AST::Expression
- Noise::Lang::AST
- Reference
- Object
Defined in:
lang/ast.crConstructors
Instance 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 methods inherited from class Noise::Lang::AST::Expression
build : Float64 | ::Noise
build
Constructor Detail
Instance Method Detail
Description copied from class Noise::Lang::AST::Expression
Naively produce the value reprensented by the AST since the expression are simples, there is no need for any external visitor.