pc4d.parser

Module defining the base for all parser combinators.

Members

Classes

ParseResult
class ParseResult(T)

Result of a parsing step. use fResults to get to the results. use fRest to get to the not consumed part of the input.

Parser
class Parser(T)

interface for all parser combinators parse must be implemented.

Meta

Authors

Christian Koestlin, Christian Köstlin