block method

Parser block()

Implementation

Parser block() => ref1(token, '{') & ref0(statements) & ref1(token, '}');