Skip to content

PegGrammar

[Source]

The top-level node containing all rule definitions.

primitive val PegGrammar is
  Label val

Implements


Constructors

create

[Source]

new val create()
: PegGrammar val^

Returns


Public Functions

text

[Source]

fun box text()
: String val

Returns


eq

[Source]

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

Parameters

Returns


ne

[Source]

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

Parameters

Returns