Skip to content

PegString

[Source]

A quoted string literal in a PEG grammar.

primitive val PegString is
  Label val

Implements


Constructors

create

[Source]

new val create()
: PegString val^

Returns


Public Functions

text

[Source]

fun box text()
: String val

Returns


eq

[Source]

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

Parameters

Returns


ne

[Source]

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

Parameters

Returns