diff --git a/doc/nims.rst b/doc/nims.rst index c1d434476d..03afa258a9 100644 --- a/doc/nims.rst +++ b/doc/nims.rst @@ -87,11 +87,24 @@ At least the following standard library modules are available: * `std/editdistance `_ * `std/wordwrap `_ * `std/sums `_ +* `parsecsv `_ +* `parsecfg `_ +* `parsesql `_ +* `xmlparser `_ +* `htmlparser `_ +* `ropes `_ +* `json `_ +* `parsejson `_ +* `strtabs `_ +* `unidecode `_ In addition to the standard Nim syntax (`system `_ module), NimScripts support the procs and templates defined in the `nimscript `_ module too. +See also: +* `Check the tests for more information about modules compatible with NimScript. `_ + NimScript as a configuration file =================================