Add option for generated perser/lexer suffix
Brought to you by:
alec
Hi Alec
IMO, it would be interesting to add 2 options to CppCC
that determine the suffix of the generated files of
the parser/lexer. In effect, current suffixes .cc and
.hh could not fit in some organization wide standard.
As such, I would suggest:
-i <string>
-c <string>
for specifying the include suffix and the source code
suffix.
Regards