BNFC3-3.0: A compiler front-end generator.
Safe HaskellNone
LanguageHaskell2010

BNFC.Backend.Haskell.AbstractSyntax

Synopsis

Documentation

cf2abs :: LBNF -> String -> Bool -> Maybe String -> [(Type, [(Label, ([Type], (Integer, ARHS)))])] -> [(LabelName, Function)] -> [(CatName, TokenDef)] -> Bool -> Bool -> Bool -> TokenText -> String Source #

printFunctions :: Bool -> [(LabelName, Function)] -> Doc () Source #

Print functions given by the define pragma.