| ||||
| parsep-0.1: Parser combinators parsing alternatives in parallel. | ||||
ParseP is a very flexible parser combinator library based on Text.ParserCombinators.ReadP. The constructed parsers parser all alternatives in parallel, so no backtracking is required. There are three different kinds of choice operators in this library:
The Parser type is generalized over type of tokens, input stream type and type of positions. Currently '[a]' and ByteString are supported stream types, but others can be added very easiliy. | ||||
| Modules | ||||
| Produced by Haddock version 0.8 |