LibParsiNOM
Properties
createParsingErrorMessage()
createParsingErrorMessage: (
str
,parseFailure
,verbose
) =>string
Generate an error message string for a parse failure on a specific string.
Parameters
Parameter | Type | Description |
---|---|---|
|
|
the input string that the parse failure occurred on |
|
|
the failure to generate the error message for |
|
|
will underline the failure position in the input string, if set to true |
Returns
string
Defined in
P
P: typeof
P
Defined in
P_UTILS
P_UTILS: typeof
P_UTILS
Defined in
Parser
Parser: typeof
Parser
Defined in
ParserContext
ParserContext: typeof
ParserContext
Defined in
ParsingError
ParsingError: typeof
ParsingError