diff options
author | Araq <rumpf_a@web.de> | 2011-04-18 23:41:31 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2011-04-18 23:41:31 +0200 |
commit | d1b766cec03277ac4086ddf7bd371d7bc20b2b4d (patch) | |
tree | 5967e085776933b5f4ea31a4669b77dc5a952423 /web/news.txt | |
parent | 48dd9679bd2196369a8a6f93f6225ad730683c25 (diff) | |
download | Nim-d1b766cec03277ac4086ddf7bd371d7bc20b2b4d.tar.gz |
hashtables: 1st version; parseutils additions
Diffstat (limited to 'web/news.txt')
-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 3a35a9f21..ce48b4e90 100755 --- a/web/news.txt +++ b/web/news.txt @@ -49,6 +49,7 @@ Additions - Added ``smtp`` module. - Added ``re.findAll``, ``pegs.findAll``. - Added ``os.findExe``. +- Added ``parseutils.parseUntil`` and ``parseutils.parseWhile``. - Added ``strutils.align``, ``strutils.tokenize``, ``strutils.wordWrap``. - Pegs support a *captured search loop operator* ``{@}``. - Pegs support new built-ins: ``\letter``, ``\upper``, ``\lower``, |