Takes a parser and runs it. If the parser fails, not returns a success with a null result. If the parser succeeds, not returns a failure.
not
null
parser to run
Generated using TypeDoc
Takes a parser and runs it. If the parser fails,
not
returns a success with anull
result. If the parser succeeds,not
returns a failure.