Function lualite::parser::expression::leaf_expression
source · [−]pub fn leaf_expression(s: &str) -> IResult<&str, Expression>
Expand description
Expressions with the highest precedence
Consists of literals, identifiers, and parenthesized expressions.