summary refs log tree commit diff stats
path: root/doc
diff options
context:
space:
mode:
authorJuan Carlos <juancarlospaco@gmail.com>2020-06-17 02:58:03 -0300
committerGitHub <noreply@github.com>2020-06-17 07:58:03 +0200
commit15a45e8e73a4e8eb645e4c3c3a5080465347cc60 (patch)
tree3acbc2b13eceafbef0e15d54fc0dfeba613a76ca /doc
parentbdd2c25e9f97e8b92d6445417dd70450123a79fe (diff)
downloadNim-15a45e8e73a4e8eb645e4c3c3a5080465347cc60.tar.gz
Documentation update nims.rst (#14683)
* Update nims.rst to add modules that work on NimScript as mentioned in the changelog.md

* https://github.com/nim-lang/Nim/pull/14683#issuecomment-644976921
Diffstat (limited to 'doc')
-rw-r--r--doc/nims.rst13
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
 =================================