Skip to main content

parse_postfix_expr

Function parse_postfix_expr 

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

Parse postfix expression (property access, method calls, indexing)