summary refs log tree commit diff stats
path: root/web/news.txt
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2013-09-10 00:40:06 +0200
committerAraq <rumpf_a@web.de>2013-09-10 00:40:06 +0200
commitdb19b1824197cb8051ab630bbc96ca51821f7f3b (patch)
treed06b626b382a55b919171575ca0fc06d18401274 /web/news.txt
parent094d7fd4b1e4cd23450f0f5c7e1e2971dc2dcaa6 (diff)
downloadNim-db19b1824197cb8051ab630bbc96ca51821f7f3b.tar.gz
cn2im: basic C++ support
Diffstat (limited to 'web/news.txt')
-rw-r--r--web/news.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/web/news.txt b/web/news.txt
index d863b2ed8..32eab8c59 100644
--- a/web/news.txt
+++ b/web/news.txt
@@ -15,6 +15,7 @@ Library Additions
 -----------------
 
 - Added ``macros.genSym`` builtin for AST generation.
+- Added ``macros.newLit`` procs for easier AST generation.
 
 
 Changes affecting backwards compatibility
@@ -56,6 +57,13 @@ Language Additions
 - Support for user-defined type classes have been added.
 
 
+Tools improvements
+------------------
+
+- c2nim can deal with a subset of C++. Use the ``--cpp`` command line option
+  to activate.
+
+
 2013-05-20 New website design!
 ==============================