diff options
Diffstat (limited to 'doc/nims.rst')
-rw-r--r-- | doc/nims.rst | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/nims.rst b/doc/nims.rst index c1d434476..03afa258a 100644 --- a/doc/nims.rst +++ b/doc/nims.rst @@ -87,11 +87,24 @@ At least the following standard library modules are available: * `std/editdistance <editdistance.html>`_ * `std/wordwrap <wordwrap.html>`_ * `std/sums <sums.html>`_ +* `parsecsv <parsecsv.html>`_ +* `parsecfg <parsecfg.html>`_ +* `parsesql <parsesql.html>`_ +* `xmlparser <xmlparser.html>`_ +* `htmlparser <htmlparser.html>`_ +* `ropes <ropes.html>`_ +* `json <json.html>`_ +* `parsejson <parsejson.html>`_ +* `strtabs <strtabs.html>`_ +* `unidecode <unidecode.html>`_ In addition to the standard Nim syntax (`system <system.html>`_ module), NimScripts support the procs and templates defined in the `nimscript <nimscript.html>`_ module too. +See also: +* `Check the tests for more information about modules compatible with NimScript. <https://github.com/nim-lang/Nim/blob/devel/tests/test_nimscript.nims>`_ + NimScript as a configuration file ================================= |