Parse-block
Eats a block (delimited by { }) and builds a block AST node.
- Signature
(parse-block tokens) → (mv result-ast tokens-after-block)
- Arguments
- tokens — Guard (abnf::tree-listp tokens).
- Returns
- result-ast — Type (block-resultp result-ast).
- tokens-after-block — Type (abnf::tree-listp tokens-after-block).