docs.rst 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. The documentation consists of several documents:
  2. - | `Tutorial (part I) <tut1.html>`_
  3. | The Nim tutorial part one deals with the basics.
  4. - | `Tutorial (part II) <tut2.html>`_
  5. | The Nim tutorial part two deals with the advanced language constructs.
  6. - | `Tutorial (part III) <tut3.html>`_
  7. | The Nim tutorial part three about Nim's macro system.
  8. - | `Language Manual <manual.html>`_
  9. | The Nim manual is a draft that will evolve into a proper specification.
  10. - | `Library documentation <lib.html>`_
  11. | This document describes Nim's standard library.
  12. - | `Compiler user guide <nimc.html>`_
  13. | The user guide lists command line arguments, special features of the
  14. compiler, etc.
  15. - | `Tools documentation <tools.html>`_
  16. | Description of some tools that come with the standard distribution.
  17. - | `GC <gc.html>`_
  18. | Additional documentation about Nim's multi-paradigm memory management strategies
  19. | and how to operate them in a realtime setting.
  20. - | `Source code filters <filters.html>`_
  21. | The Nim compiler supports source code filters as a simple yet powerful
  22. builtin templating system.
  23. - | `Internal documentation <intern.html>`_
  24. | The internal documentation describes how the compiler is implemented. Read
  25. this if you want to hack the compiler.
  26. - | `Index <theindex.html>`_
  27. | The generated index. **Index + (Ctrl+F) == Joy**