Safe Haskell | None |
---|---|
Language | Haskell2010 |
BNFC.Backend.OCaml
Contents
Documentation
newtype OcamlBackendOptions Source #
data OcamlBackendState Source #
Orphan instances
Backend 'TargetOCaml Source # | |
Methods parseOpts :: Parser (BackendOptions 'TargetOCaml) Source # initState :: LBNF -> GlobalOptions -> BackendOptions 'TargetOCaml -> Except String (BackendState 'TargetOCaml) Source # abstractSyntax :: LBNF -> State (BackendState 'TargetOCaml) Result Source # printer :: LBNF -> State (BackendState 'TargetOCaml) Result Source # lexer :: LBNF -> State (BackendState 'TargetOCaml) Result Source # parser :: LBNF -> State (BackendState 'TargetOCaml) Result Source # parserTest :: LBNF -> State (BackendState 'TargetOCaml) Result Source # makefile :: LBNF -> State (BackendState 'TargetOCaml) Result Source # |