Parser.opUnary

dsl for repetition of a parser e.g. (*match("a")) matches sequences of a

  1. Parser opUnary()
    class Parser(T)
    opUnary
    (
    string op
    )
    (
    )
    if (
    op == "*"
    )
  2. Parser opUnary()

Meta