added documentation about sexp

This commit is contained in:
Simon Hafner
2015-05-14 22:57:29 +05:00
parent c30d7c3208
commit c0003cc73b
2 changed files with 5 additions and 0 deletions

View File

@@ -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
--------------

View File

@@ -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