Soft01

final class Soft01[+A](val parser: Parser0[A]) extends AnyVal
If we can parse this then that, do so,
if we fail that without consuming, rewind
before this without consuming.
If either consume 1 or more, do not rewind
class AnyVal
trait Matchable
class Any

Value members

Methods

def ~[B](that: Parser[B]): Parser[(A, B)]
def *>[B](that: Parser[B]): Parser[B]
def <*[B](that: Parser[B]): Parser[A]

Fields