uu-parsinglib-2.3.1: New version of the Utrecht University parser combinator library

Text.ParserCombinators.UU.Examples

Documentation

type Pars a = P (Str Char) aSource

test :: Pars a -> String -> (a, [Error Char Char Int])Source

run :: forall t. P (Str Char) t -> String -> tSource

exec :: P (Str Char) b -> String -> (b, [Error Char Char Int])Source