Parser
This is the base of every parser and combinator. You can call these methods on any parser or combinator.
.run()
This method executes your parser and returns it’s ParserState
.
Type declaration
.map()
This method allows you to modify the ParserStateResult
using the ParserState
.