Skip to content

Version 1.11

Choose a tag to compare

@ReFreezed ReFreezed released this 23 Mar 18:34
· 99 commits to master since this release

Changes

Library:

  • Added params.onInsert() which can be used to change what @insert inserts.
  • Added params.canOutputNil for disallowing !() and outputValue() from outputting nil.
  • Added @file and @line keywords.
  • Outputted strings now have more characters escaped.
  • params.onAfterMeta() can now prepend shebang to the code without causing a code validation error.
  • Fixed sometimes bad output when a preprocessor line ended with a comment.
  • Fixed an internal error.

Command line program: