mirror of
https://github.com/nim-lang/Nim.git
synced 2026-02-23 19:36:53 +00:00
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
This commit is contained in:
13
doc/nims.rst
13
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
|
||||
=================================
|
||||
|
||||
Reference in New Issue
Block a user