pub fn parse_parameter(
word: &str,
options: &ParserOptions,
) -> Result<Parameter, WordParseError>Expand description
Parse the given word into a parameter expression.
ยงArguments
word- The word to parse.options- The parser options to use.