Parse-function-call
Attempts to eat a function call and build a funcall AST node.
- Signature
(parse-function-call tokens)
→
(mv result-ast tokens-after-funcall)
- Arguments
- tokens — Guard (abnf::tree-listp tokens).
- Returns
- result-ast — Type (funcall-resultp result-ast).
- tokens-after-funcall — Type (abnf::tree-listp tokens-after-funcall).