remove the need for the .procvar annotation

This commit is contained in:
Andreas Rumpf
2017-04-03 16:35:41 +02:00
parent e8cfa14354
commit 08f5087d2c
4 changed files with 37 additions and 30 deletions

View File

@@ -112,6 +112,12 @@ found `here <http://nim-lang.org/docs/manual.html#pragmas-used-pragma>`_.
This is particularly useful for DSLs that help in tree construction.
Language changes
----------------
- The ``.procvar`` annotation is not required anymore. That doesn't mean you
can pass ``system.$`` to ``map`` just yet though.
Bugfixes
--------