happy-lib:backend-glr
Safe HaskellNone
LanguageHaskell98

Happy.Backend.GLR.ProduceCode

Documentation

produceGLRParser :: (String, String) -> String -> (ActionTable, GotoTable) -> String -> Maybe String -> Maybe String -> (DebugMode, Options) -> Grammar String -> Directives -> (String, String) Source #

baseTemplate :: String -> String Source #

libTemplate :: String -> String Source #

data GhcExts Source #

Constructors

NoGhcExts 
UseGhcExts String [String]