diff options
author | Araq <rumpf_a@web.de> | 2011-03-23 01:09:52 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2011-03-23 01:09:52 +0100 |
commit | 5b789f2da8e57ea2adf0c088f5e41fd7a71fe89b (patch) | |
tree | 81f2f23d48d56ef7b106d24982231d99809a6def /web/news.txt | |
parent | 8d734244b14e09c97267432468ac20fcf8ff82eb (diff) | |
download | Nim-5b789f2da8e57ea2adf0c088f5e41fd7a71fe89b.tar.gz |
bugfixes; field discriminant checks; linearScanEnd, unroll, shallow pragmas
Diffstat (limited to 'web/news.txt')
-rwxr-xr-x | web/news.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/news.txt b/web/news.txt index 805c9b200..3521b97cc 100755 --- a/web/news.txt +++ b/web/news.txt @@ -66,7 +66,7 @@ Additions - Added ``math.floor``. - The *interactive mode* (REPL) has been improved and documented for the first time. -- Added the ``linearScanEnd`` and ``unroll`` pragmas. +- Added the ``linearScanEnd``, ``unroll``, ``shallow`` pragmas. - The compiler now might use a hashing for string case statements depending on the number of string literals in the case statement. |