Preparing search index...
The search index is not available
tarsec
tarsec
Parser
Type alias Parser<T>
Parser
<
T
>
:
(
(
input
)
=>
ParserResult
<
T
>
)
A parser is any function that takes a string and returns a ParserResult.
Type Parameters
T
Type declaration
(
input
)
:
ParserResult
<
T
>
Parameters
input
:
string
Returns
ParserResult
<
T
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
tarsec
Loading...
Generated using
TypeDoc
A parser is any function that takes a string and returns a ParserResult.