arguments method

Parser arguments()

Implementation

Parser arguments() =>
    ref1(token, '(') & ref0(argumentList).optional() & ref1(token, ')');