BNFC-2.9.6.2: A compiler front-end generator.
Safe HaskellSafe-Inferred
LanguageHaskell2010

BNFC.Backend.C.CFtoBisonC

Synopsis

Documentation

resultName :: String -> String Source #

typeName :: String -> String Source #

varName :: Cat -> String Source #

slightly stronger than the NamedVariable version. >>> varName (Cat Abc) "abc_"

specialToks :: CF -> [[String]] Source #

Produces a table with the built-in token types.

startSymbol :: CF -> String Source #

Bison only supports a single entrypoint.