bishbosh-0.1.1.0: Plays chess.
Safe HaskellSafe-Inferred
LanguageHaskell2010

BishBosh.ContextualNotation.PGNComment

Description

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

Types

Data-types

data PGNComment Source #

Represents a comment in PGN.

Instances

Instances details
Show PGNComment Source # 
Instance details

Defined in BishBosh.ContextualNotation.PGNComment

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