Skip to content

PegAny

[Source]

The . (any character) operator in a PEG grammar.

primitive val PegAny is
  Label val

Implements


Constructors

create

[Source]

new val create()
: PegAny val^

Returns


Public Functions

text

[Source]

fun box text()
: String val

Returns


eq

[Source]

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

Parameters

Returns


ne

[Source]

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

Parameters

Returns