object Debug

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Debug
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. case class DebugPrinterState(indent: Int, visited: Map[ErasedParser, Int], lastId: Int) extends Product with Serializable

Value Members

  1. def printParserTree(syntax: ErasedParser, state: DebugPrinterState = initialState): DebugPrinterState

    Prints a parser tree

    Prints a parser tree

    Useful for debugging constructed parsers.