Skip to content

PegMany1

[Source]

A one-or-more (+) expression in a PEG grammar.

primitive val PegMany1 is
  Label val

Implements


Constructors

create

[Source]

new val create()
: PegMany1 val^

Returns


Public Functions

text

[Source]

fun box text()
: String val

Returns


eq

[Source]

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

Parameters

Returns


ne

[Source]

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

Parameters

Returns