Skip to content

Version 1.17

Compare
Choose a tag to compare
@ReFreezed ReFreezed released this 22 Nov 19:46
· 42 commits to master since this release

Changes

Library:

  • Added predefined macros @@ASSERT() and @@LOG().
  • Added params.release and params.logLevel for controlling aspects of the predefined macros. (See processFile().)
  • Added params.macroPrefix and params.macroSuffix (e.g. make @@FOO() call the function MACRO_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.