parse

Function 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.