Skip to main content

xlucene-parser / peg-engine

peg-engine

Index

Interfaces

InterfaceDescription
AnyExpectation-
ClassExpectation-
ClassParts-
EndExpectation-
FilePosition-
FileRange-
LiteralExpectation-
OtherExpectation-
ParseOptions-
TraceEvent-

Type Aliases

Expectation

Expectation: LiteralExpectation | ClassExpectation | AnyExpectation | EndExpectation | OtherExpectation

Source

xlucene-parser/src/peg-engine.ts:8612


ParseFunction()

ParseFunction: (input, options?) => any

Parameters

ParameterType
inputstring
options?ParseOptions

Returns

any

Source

xlucene-parser/src/peg-engine.ts:8648


PeggySyntaxError

PeggySyntaxError: _PeggySyntaxError

Source

xlucene-parser/src/peg-engine.ts:8651

Variables

PeggySyntaxError

const PeggySyntaxError: typeof _PeggySyntaxError

Source

xlucene-parser/src/peg-engine.ts:8651

Functions

parse()

parse(input, options?): any

Parameters

ParameterType
inputstring
options?ParseOptions

Returns

any

Source

xlucene-parser/src/peg-engine.ts:8649