| Safe Haskell | None |
|---|---|
| Language | Haskell98 |
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 DecodeOption Source #
Constructors
| TreeDecode | |
| LabelDecode |
data FilterOption Source #
Constructors
| NoFiltering | |
| UseFiltering |
type Options = (DecodeOption, FilterOption, GhcExts) Source #