mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-30 01:44:37 +00:00
21 lines
723 B
ReStructuredText
21 lines
723 B
ReStructuredText
========================
|
|
Tools available with Nim
|
|
========================
|
|
|
|
The standard distribution ships with the following tools:
|
|
|
|
- | `Documentation generator <docgen.html>`_
|
|
| The builtin document generator ``nim doc`` generates HTML documentation
|
|
from ``.nim`` source files.
|
|
|
|
- | `Nimsuggest for IDE support <nimsuggest.html>`_
|
|
| Through the ``nimsuggest`` tool, any IDE can query a ``.nim`` source file
|
|
and obtain useful information like definition of symbols or suggestions for
|
|
completion.
|
|
|
|
- | `C2nim <https://github.com/nim-lang/c2nim/blob/master/doc/c2nim.rst>`_
|
|
| C to Nim source converter. Translates C header files to Nim.
|
|
|
|
- | `nimgrep <nimgrep.html>`_
|
|
| Nim search and replace utility.
|