class Noise::Lang::AST::Noise

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(name : String) #

[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]