Package

scala.meta.internal.fastparse

parsers

Permalink

package parsers

Visibility
  1. Public
  2. All

Value Members

  1. object Combinators

    Permalink

    Parsers which are made up of other parsers, adding to or combining their behavior

  2. object Intrinsics

    Permalink

    High-performance intrinsics for parsing common patterns.

    High-performance intrinsics for parsing common patterns. All of these have equivalent to constructs that can be put together using a combination of "string"s, p1 | p2, and p.rep, but much faster or more convenient.

  3. object Terminals

    Permalink

    Leaf parsers which do not contain any other parsers, and do simple things

  4. object Transformers

    Permalink

    Parsers that work with the output of a successful parse

Ungrouped