- (sequence* ((binding parser) ...) body ...)syntax
Similar to let* but the bindings are made to the results of a sequence of parsers. Body should use a result form to yield a parse result.
Similar to let* but the bindings are made to the results of a sequence of parsers. Body should use a result form to yield a parse result.