bishbosh-0.0.0.4: Plays chess.

Safe HaskellNone
LanguageHaskell2010

BishBosh.ContextualNotation.PGNComment

Contents

Description

AUTHOR
Dr. Alistair Ward
DESCRIPTION
Implements a parser for PGN-comments.
Synopsis

Types

Data-types

data PGNComment Source #

Represents a comment in PGN.

Constants

blockCommentEnd :: Char Source #

Constant comment end-delimiter.

lineCommentEnd :: Char Source #

Constant comment end-delimiter.

Functions

blockCommentParser :: TextParser PGNComment Source #

Parses PGN block-comments.

parser :: TextParser String Source #

Parses PGN-comments.

Accessors