parsers-0.2: Simple parsing combinators

Portabilitynon-portable
Stabilityprovisional
Maintainerekmett@gmail.com
Safe HaskellSafe-Infered

Text.Parser.Token.Style

Contents

Description

A toolbox for specifying comment and identifier styles

This must be imported directly as it is not re-exported elsewhere

Synopsis

Comment and white space styles

buildSomeSpaceParser :: CharParsing m => m () -> CommentStyle -> m ()Source

Use this to easily build the definition of whiteSpace for your MonadParser given a comment style and an underlying someWhiteSpace parser

Identifier Styles

Operator Styles