diff options
author | Simon Hafner <hafnersimon@gmail.com> | 2015-05-14 22:57:29 +0500 |
---|---|---|
committer | Simon Hafner <hafnersimon@gmail.com> | 2015-05-14 22:57:29 +0500 |
commit | c0003cc73b1eca79285b4cb61f088f65c7bcd0b4 (patch) | |
tree | fe3f17e660e9bfd236e0245e037078bb1e948a00 /web | |
parent | c30d7c3208c1da91e3f71be7d8d9f5149f3031c4 (diff) | |
download | Nim-c0003cc73b1eca79285b4cb61f088f65c7bcd0b4.tar.gz |
added documentation about sexp
Diffstat (limited to 'web')
-rw-r--r-- | web/news.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/news.txt b/web/news.txt index 9719fb8d7..e00d937f5 100644 --- a/web/news.txt +++ b/web/news.txt @@ -223,6 +223,7 @@ Library additions space between ``.. <`` and ``.. ^`` is not necessary anymore. - Added ``system.xlen`` for strings and sequences to get back the old ``len`` operation that doesn't check for ``nil`` for efficiency. +- Added sexp.nim to parse and generate sexp. Bugfixes |