diff options
author | Andreas Rumpf <andreas@andreas-laptop> | 2010-08-14 15:46:07 +0200 |
---|---|---|
committer | Andreas Rumpf <andreas@andreas-laptop> | 2010-08-14 15:46:07 +0200 |
commit | fc0b66a7ff1c17fae66e604279524e757451bd1d (patch) | |
tree | 6d3c17703fe5b5beb6db6df58b9de674ec60fc02 /doc | |
parent | fee8e328efa97680efbcfdb72fa4a7b34ee5b564 (diff) | |
download | Nim-fc0b66a7ff1c17fae66e604279524e757451bd1d.tar.gz |
accurate file/line information
Diffstat (limited to 'doc')
-rwxr-xr-x | doc/lib.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/lib.txt b/doc/lib.txt index abe4ed020..3fac9fef1 100755 --- a/doc/lib.txt +++ b/doc/lib.txt @@ -156,6 +156,9 @@ Parsers * `parsesql <parsesql.html>`_ The ``parsesql`` module implements a simple high performance SQL parser. +* `json <json.html>`_ + High performance JSON parser. + * `lexbase <lexbase.html>`_ This is a low level module that implements an extremely efficient buffering scheme for lexers and parsers. This is used by the diverse parsing modules. |