blob: c7586d6bd18e5ee14307d9b1fd4738b5aad433a6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
========================
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://nim-lang.org/docs/c2nim.html>`_
| C to Nim source converter. Translates C header files to Nim.
- | `nimgrep <nimgrep.html>`_
| Nim search and replace utility.
|