SableCC2Hs-0.0.1.0: Generate a parser (in Haskell) with the SableCC parser generator.

PortabilityGHC-only
Stabilityexperimental
Maintainerfontaine@cs.uni-duesseldorf.de
Safe HaskellNone

SableCC.ParserTypes

Description

All types used by the Haskell implementation of the parser and lexer. This also defines the types of the tables that are exported by the Haskell modules that the tool generates.

Documentation

newtype ModeID Source

Constructors

ModeID 

Fields

unModeID :: Int
 

data Mode Source

Constructors

Mode 

newtype ErrorID Source

Constructors

ErrorID 

Fields

unErrorID :: Int
 

data CST Source

Instances