diff options
author | Araq <rumpf_a@web.de> | 2013-09-10 00:40:06 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2013-09-10 00:40:06 +0200 |
commit | db19b1824197cb8051ab630bbc96ca51821f7f3b (patch) | |
tree | d06b626b382a55b919171575ca0fc06d18401274 /web/news.txt | |
parent | 094d7fd4b1e4cd23450f0f5c7e1e2971dc2dcaa6 (diff) | |
download | Nim-db19b1824197cb8051ab630bbc96ca51821f7f3b.tar.gz |
cn2im: basic C++ support
Diffstat (limited to 'web/news.txt')
-rw-r--r-- | web/news.txt | 8 |
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! ============================== |