BNFC-2.9.4.1: A compiler front-end generator.
Safe HaskellNone
LanguageHaskell2010

BNFC.Backend.Haskell

Synopsis

Documentation

makeHaskell :: SharedOptions -> CF -> Backend Source #

Entrypoint for the Haskell backend.

data AlexVersion Source #

Which version of Alex is targeted?

Constructors

Alex3 

Instances

Instances details
Bounded AlexVersion Source # 
Instance details

Defined in BNFC.Options

Enum AlexVersion Source # 
Instance details

Defined in BNFC.Options

Eq AlexVersion Source # 
Instance details

Defined in BNFC.Options

Ord AlexVersion Source # 
Instance details

Defined in BNFC.Options

Show AlexVersion Source # 
Instance details

Defined in BNFC.Options

makefile Source #

Arguments

:: Options 
-> CF 
-> String

Filename of the makefile.

-> Doc

Content of the makefile.

Generate the makefile.