class Noise::Lang::AST::Parameters
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.
-
#dimension_parameters_to_indexable(parameters : Array(Parameter))
Fallback to 4D for now, TODO: supports dimension wildcards parameters This is not very well thought.
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.
Fallback to 4D for now, TODO: supports dimension wildcards parameters This is not very well thought.
TODO fix it