Skip to content

PegChar

[Source]

A single-quoted character literal in a PEG grammar.

primitive val PegChar is
  Label val

Implements


Constructors

create

[Source]

new val create()
: PegChar val^

Returns


Public Functions

text

[Source]

fun box text()
: String val

Returns


eq

[Source]

fun box eq(
  that: PegChar val)
: Bool val

Parameters

Returns


ne

[Source]

fun box ne(
  that: PegChar val)
: Bool val

Parameters

Returns