uu-cco-uu-parsinglib-0.1.0.1: Utilities for compiler construction: Feedback wrapper around parser in uu-parsinglib
CCO.Parsing.UUParsingLib
Contents
Description
Utility for executing Parsers from the uu-parsinglib package within the Feedback monad.
Parser
Feedback
This module can be regarded a satellite to the utility library accompanying the course on Compiler Construction (INFOMCCO) at Utrecht University.
Synopsis
parseFeedbackSource
Arguments
the parser to use
the input
return result in Feedback
Executes a Parser within the Feedback monad.