Parse-conditional-disjunctive-expression-rest
Parse the rest of a conditional-disjunctive-expression.
- Signature
(parse-conditional-disjunctive-expression-rest 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).