tools.txt 1.1 KB

12345678910111213141516171819202122232425262728293031323334
  1. ========================
  2. Tools available with Nim
  3. ========================
  4. The standard distribution ships with the following tools:
  5. - | `Documentation generator <docgen.html>`_
  6. | The builtin document generator ``nim doc2`` generates HTML documentation
  7. from ``.nim`` source files.
  8. - | `Nimsuggest for IDE support <nimsuggest.html>`_
  9. | Through the ``nimsuggest`` tool, any IDE can query a ``.nim`` source file
  10. and obtain useful information like definition of symbols or suggestions for
  11. completion.
  12. - | `Nim Installation Generator <niminst.html>`_
  13. | How to generate a nice installer for your Nim program.
  14. - | `C2nim <c2nim.html>`_
  15. | C to Nim source converter. Translates C header files to Nim.
  16. - | `nimgrep <nimgrep.html>`_
  17. | Nim search and replace utility.
  18. - | `endb <endb.html>`_
  19. | Nim's slow platform independent embedded debugger.
  20. - | `estp <estp.html>`_
  21. | Nim's slow platform independent embedded stack trace profiler.
  22. - | `nimfix <nimfix.html>`_
  23. | Nimfix is a tool to help you upgrade from Nimrod (<= version 0.9.6) to
  24. Nim (=> version 0.10.0).