Module defining the base for all parser combinators.
Result of a parsing step. use fResults to get to the results. use fRest to get to the not consumed part of the input.
interface for all parser combinators parse must be implemented.
See Source File
Christian Koestlin, Christian Köstlin
MIT
Copyright © 2015, Christian Köstlin
Module defining the base for all parser combinators.