Usage: cppcc [-h | -help [=yes|no|true|false]] [-V | -version [=yes|no|true|false]]
[-v | -verbose [=yes|no|true|false]] [-d | -dir <string>]
[-g | -debug <string>]
Options:
[-h | -help [=yes|no|true|false]] Prints this help message.
[-V | -version [=yes|no|true|false]] Output version and copyright information.
[-v | -verbose [=yes|no|true|false]] Makes CppCC be verbose about what it's doing.
[-d | -dir <string>] Put the ouput files ino the specified dir.
[-g | -debug <string>] Enables debug switches; each letter in the string
argument enables a certain feature: 's' - enables
scanner's debug features, 'p' - enables parser's debug
features, 'o' - enables the option parser debug
features, 'd' - causes a parse tree dump 'f' - dumps
DFA intermediate data.