character

object character

Provides implicit conversions for characters and strings.

Provides implicit conversions for characters and strings.

Since

3.0.0

class Object
trait Matchable
class Any

Implicits

Implicits

@inline
implicit def charLift(c: Char): Parsley[Char]

Converts a char literal into a parser that reads that character

Converts a char literal into a parser that reads that character

@inline
implicit def stringLift(str: String): Parsley[String]

Converts a string literal into a parser that reads that string

Converts a string literal into a parser that reads that string