Function brush_parser::arithmetic::parse
source · pub fn parse(input: &str) -> Result<ArithmeticExpr, WordParseError>Expand description
Parses a shell arithmetic expression.
§Arguments
input- The arithmetic expression to parse, in string form.