summary refs log tree commit diff stats
path: root/web
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2016-05-04 01:34:08 +0200
committerAraq <rumpf_a@web.de>2016-05-10 22:03:07 +0200
commitb357e8083340ac707acd466493f36e6422ecff07 (patch)
tree97f0d810ab10e44326ff3d815dc0f3fd7afd3a9d /web
parent724cd631d8eb4688410c558fc5e2f105a0906d94 (diff)
downloadNim-b357e8083340ac707acd466493f36e6422ecff07.tar.gz
added strscans stdlib module
Diffstat (limited to 'web')
-rw-r--r--web/news.txt4
-rw-r--r--web/website.ini2
2 files changed, 5 insertions, 1 deletions
diff --git a/web/news.txt b/web/news.txt
index c9561c7a5..b6ce533c8 100644
--- a/web/news.txt
+++ b/web/news.txt
@@ -45,6 +45,9 @@ Library Additions
 - The rlocks module has been added providing reentrant lock synchronization
   primitive.
 - A generic "sink operator" written as ``&=`` has been added to the ``system`` and the ``net`` modules.
+- Added ``strscans`` module that implements a ``scanf`` for easy input extraction.
+- Added a version of ``parseutils.parseUntil`` that can deal with a string ``until`` token. The other
+  versions are for ``char`` and ``set[char]``.
 
 
 Compiler Additions
@@ -62,6 +65,7 @@ Language Additions
 - Nim now supports ``partial`` object declarations to mitigate the problems
   that arise when types are mutually dependent and yet should be kept in
   different modules.
+- ``include`` statements are not restricted to top level statements anymore.
 
 
 2016-01-27 Nim in Action is now available!
diff --git a/web/website.ini b/web/website.ini
index d1f8a04bf..2084d9240 100644
--- a/web/website.ini
+++ b/web/website.ini
@@ -40,7 +40,7 @@ srcdoc2: "pure/concurrency/threadpool.nim;pure/concurrency/cpuinfo.nim"
 srcdoc: "system/threads.nim;system/channels.nim;js/dom"
 srcdoc2: "pure/os;pure/strutils;pure/math;pure/matchers;pure/algorithm"
 srcdoc2: "pure/stats;impure/nre;windows/winlean"
-srcdoc2: "pure/complex;pure/times;pure/osproc;pure/pegs;pure/dynlib"
+srcdoc2: "pure/complex;pure/times;pure/osproc;pure/pegs;pure/dynlib;pure/strscans"
 srcdoc2: "pure/parseopt;pure/parseopt2;pure/hashes;pure/strtabs;pure/lexbase"
 srcdoc2: "pure/parsecfg;pure/parsexml;pure/parsecsv;pure/parsesql"
 srcdoc2: "pure/streams;pure/terminal;pure/cgi;pure/unicode"