diff options
author | Araq <rumpf_a@web.de> | 2012-04-15 10:02:15 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2012-04-15 10:02:15 +0200 |
commit | 959e370ae9f5c1e91b735f0633895780bb832235 (patch) | |
tree | e9d65e4e118c4285b9ca376ce69d8ad69fdc5f98 /web/news.txt | |
parent | 36287310644b31ed3b65922075d49e58940cdd7e (diff) | |
download | Nim-959e370ae9f5c1e91b735f0633895780bb832235.tar.gz |
@ is a sigil-like operator
Diffstat (limited to 'web/news.txt')
-rwxr-xr-x | web/news.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/web/news.txt b/web/news.txt index b0a669def..642bd2c72 100755 --- a/web/news.txt +++ b/web/news.txt @@ -50,6 +50,8 @@ Changes affecting backwards compatibility to get a template of old behaviour. - There is now a proper distinction in the type system between ``expr`` and ``PNimrodNode`` which unfortunately breaks the old macro system. +- ``pegs.@`` has been renamed to ``pegs.!*`` and ``pegs.@@`` has been renamed + to ``pegs.!*\`` as ``@`` operators now have different precedence. Compiler Additions @@ -73,7 +75,9 @@ Language Additions - ``addr`` is now treated like a prefix operator syntactically. - Added ``global`` pragma that can be used to introduce new global variables from within procs. -- when expressions are now allowed just like if expressions +- ``when`` expressions are now allowed just like ``if`` expressions. +- The precedence for operators starting with ``@`` is different now + allowing for *sigil-like* operators. 2012-02-09 Version 0.8.14 released |