Merge pull request #4445 from Jeff-Ciesielski/jeffc/define_assignments

Add the ability to pass a value with the -d flag
This commit is contained in:
Andreas Rumpf
2016-07-05 15:45:30 +02:00
committed by GitHub
11 changed files with 74 additions and 9 deletions

View File

@@ -46,8 +46,14 @@ Library Additions
Compiler Additions
------------------
- The ``-d/--define`` flag can now optionally take a value to be used
by code at compile time.
Language Additions
------------------
- Added ``{.intdefine.}`` and ``{.strdefine.}`` macros to make use of
(optional) compile time defines.
Bugfixes
--------