class Noise::Lang::AST::Parameters

Defined in:

lang/ast.cr

Constructors

Instance Method Summary

Instance methods inherited from class Noise::Lang::AST::Expression

build : Float64 | ::Noise build

Constructor Detail

def self.new(target : Expression, parameters : Array(Parameter)) #

[View source]

Instance Method Detail

def build : Float64 | ::Noise #
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.


[View source]
def dimension_parameters_to_indexable(parameters : Array(Parameter)) #

Fallback to 4D for now, TODO: supports dimension wildcards parameters This is not very well thought.

TODO fix it


[View source]