diff options
author | Zahary Karadjov <zahary@gmail.com> | 2012-11-11 16:58:27 +0200 |
---|---|---|
committer | Zahary Karadjov <zahary@gmail.com> | 2012-11-11 17:02:13 +0200 |
commit | 32d0ac01dcd5cebfdd1da5182312d308da955837 (patch) | |
tree | 754e166b696987dcceff22a9693722f0b24f81fe /web | |
parent | a31a5f9c810948b232356b7fe225b238dad0d6d6 (diff) | |
download | Nim-32d0ac01dcd5cebfdd1da5182312d308da955837.tar.gz |
AST quasi-quoting for macros
Diffstat (limited to 'web')
-rwxr-xr-x | web/news.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/news.txt b/web/news.txt index 9101f8974..cc7896607 100755 --- a/web/news.txt +++ b/web/news.txt @@ -16,6 +16,7 @@ Library Additions ----------------- - Added ``system.onRaise`` to support a condition system. +- Added ``macros.quote`` for AST quasi-quoting. Changes affecting backwards compatibility |