class Noise::Lang::AST::Binary

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(left : Expression, operator : String, right : Expression) #

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