xlucene-parser / peg-engine
peg-engine
Index
Interfaces
Interface | Description |
---|---|
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
Parameter | Type |
---|---|
input | string |
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
Parameter | Type |
---|---|
input | string |
options ? | ParseOptions |
Returns
any
Source
xlucene-parser/src/peg-engine.ts:8649