ErrorBuilder

parsley.errors.ErrorBuilder$
See theErrorBuilder companion trait

Contains the default instance for the ErrorBuilder typeclass, which will be automatically available without import.

Attributes

Companion:
trait
Source:
ErrorBuilder.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Implicits

Implicits

The default error builder used by Parsley, which produces an error as a String.

The default error builder used by Parsley, which produces an error as a String. An instance of DefaultErrorBuilder.

It currently uses TillNextWhitespace as the token extractor, which is trimmed to parser demand. This can be changed without notice.

Attributes

Source:
ErrorBuilder.scala