Version 1.17
Changes
Library:
- Added predefined macros @@ASSERT() and @@LOG().
- Added
params.release
andparams.logLevel
for controlling aspects of the predefined macros. (See processFile().) - Added
params.macroPrefix
andparams.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
--release
and--loglevel
options. - Added
--macroprefix
and--macrosuffix
options.