22 #ifndef _BINARY_OPERATION_NODE_HPP 23 #define _BINARY_OPERATION_NODE_HPP
BinaryOperationEnum
Enumeration for all binary operations.
node_ptr left
The left expression of the operator.
op::BinaryOperationEnum operation
The type of the operation.
This file is part of alaCarte.
represents and executes a binary operation in the eval syntax tree
The interface for nodes in the syntax tree.
base_type::node_ptr node_ptr
node_ptr right
The right expression of the operator.
shared_ptr< STNode > node_ptr
Shared ptr to this node.