grizzled

parsing

package parsing

Methods and classes useful for parsing various things.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. parsing
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. trait Pushback[T] extends SafeIterator[T]

    The Pushback trait can be mixed into an SafeIterator to permit arbitrary pushback.

  2. class SafeIterator[+T] extends AnyRef

    SafeIterator places a simple stream on top of an iterator, returning Option-wrapped instances from the underlying iterator.

  3. final case class StringToken(string: String, start: Int) extends Product with Serializable

    A simple string token class, consisting of:

Value Members

  1. object SafeIterator

    Companion object for SafeIterator.

Inherited from AnyRef

Inherited from Any

Ungrouped