Version 1.17
Changes
Library:
- Added predefined macros @@ASSERT() and @@LOG().
- Added
params.releaseandparams.logLevelfor controlling aspects of the predefined macros. (See processFile().) - Added
params.macroPrefixandparams.macroSuffix(e.g. make@@FOO()call the functionMACRO_FOO()).
Command line program:
- Added support for using stdin/stdout as input/output. (Specify
"-"as the file path.) - Added
--releaseand--logleveloptions. - Added
--macroprefixand--macrosuffixoptions.