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 /doc/lib.txt | |
parent | c30d7c3208c1da91e3f71be7d8d9f5149f3031c4 (diff) | |
download | Nim-c0003cc73b1eca79285b4cb61f088f65c7bcd0b4.tar.gz |
added documentation about sexp
Diffstat (limited to 'doc/lib.txt')
-rw-r--r-- | doc/lib.txt | 4 |
1 files changed, 4 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 -------------- |