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

Happy.Backend.LALR.ProduceCode

Documentation

produceParser :: Grammar -> Pragmas -> ActionTable -> GotoTable -> [String] -> Maybe String -> Maybe String -> Bool -> Bool -> String Source #