further steps to closure support

This commit is contained in:
Araq
2012-02-06 00:19:56 +01:00
parent 0d4c8ec70c
commit 632aece191
20 changed files with 379 additions and 138 deletions

View File

@@ -2,7 +2,7 @@
News
====
2012-XX-XX Version 0.8.14 released
2012-02-XX Version 0.8.14 released
==================================
Version 0.8.14 has been released! Get it `here <download.html>`_.
@@ -125,6 +125,8 @@ Compiler Additions
for ``on|off`` switches in pragmas. In order to not break existing code,
``on`` and ``off`` are now aliases for ``true`` and ``false`` and declared
in the system module.
- The compiler finally supports **closures**. This is a preliminary
implementation, which does not yet support nestings deeper than 1 level.
Library Additions