BNFC-2.9.3: A compiler front-end generator.
Safe HaskellNone
LanguageHaskell2010

BNFC.Backend.C.CFtoBisonC

Synopsis

Documentation

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.