| Copyright | (c) Daan Leijen 1999-2001 |
|---|---|
| License | BSD-style (see the file libraries/parsec/LICENSE) |
| Maintainer | daan@cs.uu.nl |
| Stability | provisional |
| Portability | non-portable (uses existentially quantified data constructors) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell98 |
Text.ParserCombinators.Parsec.Token
Description
A helper module to parse lexical elements (tokens).
Documentation
data LanguageDef st Source
Constructors
| LanguageDef | |
Fields
| |
data TokenParser st Source
Constructors
makeTokenParser :: LanguageDef st -> TokenParser st Source