Skip to content

PegMany

[Source]

A zero-or-more (*) expression in a PEG grammar.

primitive val PegMany is
  Label val

Implements


Constructors

create

[Source]

new val create()
: PegMany val^

Returns


Public Functions

text

[Source]

fun box text()
: String val

Returns


eq

[Source]

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

Parameters

Returns


ne

[Source]

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

Parameters

Returns