unaryExpression method

Parser unaryExpression()

Implementation

Parser unaryExpression() => ref0(primary).seq(ref0(unaryMessage).star());