Search
Preparing search index...
The search index is not available
parsecco
Options
All
Public
Public/Protected
All
Inherited
Menu
parsecco
Primitives
IParser
Interface IParser<T>
Generic type of a parser.
Type parameters
T
Hierarchy
IParser
Callable
IParser
(
inputstream
:
CharStream
)
:
Generator
<
any
,
Outcome
<
T
>
,
undefined
>
Generic type of a parser.
Parameters
inputstream:
CharStream
Returns
Generator
<
any
,
Outcome
<
T
>
,
undefined
>
Exports
Char
Util
Primitives
IParser
Generated using
TypeDoc
Generic type of a parser.