|
|
|
|
|
| Description |
| Parsec parsers and a general parsing interface for IRC messages
|
|
| Synopsis |
|
|
|
|
| Parsing and Formatting Functions
|
|
|
|
|
| Parsec Combinators for Parsing IRC messages
|
|
|
| Parse a Prefix
|
|
|
| Parse a Server prefix
|
|
|
| Parse a NickName prefix
|
|
|
| Parse a command. Either a string of capital letters, or 3 digits.
|
|
|
| Parse a command parameter.
|
|
|
| Parse a Message
|
|
|
| Parse a cr lf
|
|
|
| Consume only spaces tabs or the bell character
|
|
| Other Parser Combinators
|
|
|
| Convert a parser into an optional one that returns a Maybe
|
|
|
| Convert a parser that consumes all space after it
|
|
|
| Take all tokens until one character from a given string is found
|
|
| Produced by Haddock version 2.3.0 |