simple-parser-0.2.2: Simple parser combinators
Safe HaskellNone
LanguageHaskell2010

SimpleParser

Description

This is basically a simpler and slower (Mega)Parsec that is fully backtracking by default.

The root module re-exports all modules. See SimpleParser.Examples.Json or the test suit for examples, SimpleParser.Parser for the core transformer, SimpleParser.Stream for the source abstraction, or SimpleParser.Input for useful combinators.

Documentation