externstd::map<std::string,un_op_node_gen>unary_operator_map;//!< map that converts a string into an operator node generator function for all unary operators
externstd::map<std::string,bin_op_node_gen>binary_operator_map;//!< map that converts a string into an operator node generator function for all binary operators