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

BNFC.Backend.C

Synopsis

Documentation

bufferC :: String -> String Source #

A tiny buffer library for string buffers in the lexer.

bufferH :: String Source #

A tiny buffer library for string buffers in the lexer.

comment :: String -> String Source #

Put string into a block comment.

testfileHeader :: [String] Source #

A heading comment for the generated parser test.