happy-lib-2.0.2: Happy is a parser generator for Haskell implemented using this library
Safe HaskellSafe-Inferred
LanguageHaskell98

Happy.Backend.GLR.ProduceCode

Documentation

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

baseTemplate :: String -> String Source #

libTemplate :: String -> String Source #

data GhcExts Source #

Constructors

NoGhcExts 
UseGhcExts String [String]