macro_rules! bin_op {
    ($operation:expr, $ctx:ident, $lhs:ident, $rhs:ident) => { ... };
}
Expand description

Shorthand for adding a binary operation node