uu-cco-hut-parsing-0.1.0.1: Utilities for compiler construction: Feedback wrapper around parser in uulib

Portabilityportable
Stabilityprovisional
Maintainerstefan@cs.uu.nl
Safe HaskellNone

CCO.Parsing.UU

Contents

Description

Utility for executing Parsers from the Haskell Utrecht Tools Library within the Feedback monad.

This module can be regarded a satellite to the utility library accompanying the course on Compiler Construction (INFOMCCO) at Utrecht University.

Synopsis

Executing parsers within the Feedback monad

parseFeedback :: (Eq s, Show s, Symbol s) => Parser s a -> [s] -> Feedback aSource

Executes a Parser within the Feedback monad.