Parser.run

Undocumented in source. Be warned that the author may not have intended to support it.
  1. State run(State toParse)
    class Parser(B, S = string)
    State
    run
    (
    State toParse
    )
    if (
    isSomeString!S
    )
  2. State run(S text)

Meta