Debug

scallion.Debug
trait Debug

Contains methods to produce reports to help debug LL(1) conflicts in syntaxes.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait Parsers
Self type

Members list

Grouped members

debug

def debug[A](syntax: <none>[A], showTrails: Boolean, ansi: Boolean): Unit

Prints a report of LL(1) conflicts in the syntax.

Prints a report of LL(1) conflicts in the syntax.

Attributes

def debugString[A](syntax: <none>[A], showTrails: Boolean, ansi: Boolean): String

Returns a report of LL(1) conflicts in the syntax.

Returns a report of LL(1) conflicts in the syntax.

Attributes