block method

Parser block()

Implementation

Parser block() => ref1(token, '[') & ref0(blockBody) & ref1(token, ']');