Skip to main content

parse_shift_expr

Function parse_shift_expr 

Source
pub fn parse_shift_expr(pair: Pair<'_, Rule>) -> Result<Expr>
Expand description

Parse shift expression (a << b, a >> b)