summary refs log tree commit diff stats
path: root/doc/tools.txt
blob: b0a45c575742aa6912767f699337c9c7ef24d11c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
========================
Tools available with Nim
========================

The standard distribution ships with the following tools:

- | `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.

- | `Nim Installation Generator <niminst.html>`_
  | How to generate a nice installer for your Nim program.

- | `C2nim <c2nim.html>`_
  | C to Nim source converter. Translates C header files to Nim.

- | `nimgrep <nimgrep.html>`_
  | Nim search and replace utility.

- | `endb <endb.html>`_
  | Nim's slow platform independent embedded debugger.

- | `estp <estp.html>`_
  | Nim's slow platform independent embedded stack trace profiler.

- | `nimfix <nimfix.html>`_
  | Nimfix is a tool to help you upgrade from Nimrod (<= version 0.9.6) to
    Nim (=> version 0.10.0).