summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2015-05-16 18:47:33 +0100
committerDominik Picheta <dominikpicheta@googlemail.com>2015-05-16 18:47:33 +0100
commit4441c961c94c6cc479dab6096f63786038b3f6ca (patch)
tree2ded3e226fd7cc9e2da79472ffa3a00338625e1e
parent4ac080418753b2af509642f1cfad3ab5a61e7596 (diff)
parentc0003cc73b1eca79285b4cb61f088f65c7bcd0b4 (diff)
downloadNim-4441c961c94c6cc479dab6096f63786038b3f6ca.tar.gz
Merge pull request #2717 from reactormonk/sexp-to-libs
added documentation about sexp
-rw-r--r--doc/lib.txt4
-rw-r--r--web/news.txt1
2 files changed, 5 insertions, 0 deletions
diff --git a/doc/lib.txt b/doc/lib.txt
index 1c0278068..f43228151 100644
--- a/doc/lib.txt
+++ b/doc/lib.txt
@@ -325,6 +325,10 @@ Parsers
 * `rstgen <rstgen.html>`_
   This module implements a generator of HTML/Latex from reStructuredText.
 
+* `sexp <sexp.html>`_
+  High performance sexp parser and generator, mainly for communication
+  with emacs.
+
 
 XML Processing
 --------------
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