Parse-rest-of-operator-call
Parse the rest of an operator-call.
- Signature
(parse-rest-of-operator-call token input current)
→
(mv tree next-token rest-input)
- Arguments
- token — Guard (abnf::tree-optionp token).
- input — Guard (abnf::tree-listp input).
- current — Guard (abnf::treep current).
- Returns
- tree — Type (abnf::tree-resultp tree).
- next-token — Type (abnf::tree-optionp next-token).
- rest-input — Type (abnf::tree-listp rest-input).
The argument current is the parsed postfix expression
that starts the operator call.
If there is no operator call here, returns a reserrp.