CharLiteral

laika.parse.code.common.CharLiteral
object CharLiteral

Configurable base parsers for character literals.

Attributes

Source
CharLiteral.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

class CharParser

Configurable base parsers for character literals.

Configurable base parsers for character literals.

Attributes

Source
CharLiteral.scala
Supertypes
trait PrefixedParser[Seq[CodeSpan]]
class Parser[Seq[CodeSpan]]
class Object
trait Matchable
class Any
Show all

Value members

Concrete methods

def enclosedBy(delim: Char): CharParser

Parses a character literal enclosed by the specified delimiter.

Parses a character literal enclosed by the specified delimiter.

Attributes

Source
CharLiteral.scala

Parses a standard character literal enclosed by single quotes.

Parses a standard character literal enclosed by single quotes.

Attributes

Source
CharLiteral.scala