Package

com.github.kmizu

pegex

Permalink

package pegex

Visibility
  1. Public
  2. All

Type Members

  1. case class MatchResult(result: Option[String], group: Map[Symbol, String]) extends Product with Serializable

    Permalink
  2. class Pegex extends AnyRef

    Permalink
  3. class PegexEvaluator extends AnyRef

    Permalink

    This class represents interpreters by traversal of ASTs.

Value Members

  1. object Ast

    Permalink

    This object provides types representing ASTs of extended PEG.

    This object provides types representing ASTs of extended PEG. It is used as namespace.

  2. object Pegex

    Permalink
  3. object PegexMatcher

    Permalink

    This object provides a tool for pattern matching using Pegex.

  4. object PegexParser

    Permalink

    This object provides a parser that parses strings in Pegex and translates them into ASTs of PEGEX (which is like PEGs).

Ungrouped