unaryExpr

fun unaryExpr(parser: Parser<Expr>, tokenString: String, f: (Expr) -> Expr): Parser<Expr>