Nim's Documentation =================== .. container:: standout Standards & Guides ------------------ - | `Standard Library `_ | This document describes Nim's standard library. - | `Language Manual `_ | The Nim manual is a draft that will evolve into a proper specification. - | `Compiler user guide `_ | The user guide lists command line arguments, special features of the compiler, etc. .. container:: standout Tools & Features ---------------- - | `Source code filters `_ | The Nim compiler supports source code filters as a simple yet powerful builtin templating system. - | `Tools documentation `_ | Description of some tools that come with the standard distribution. .. container:: standout Internal Details ---------------- - | `Garbage Collector `_ | Additional documentation about Nim's GC and how to operate it in a | realtime setting. - | `Internal documentation `_ | The internal documentation describes how the compiler is implemented. Read this if you want to hack the compiler. Search Options -------------- `Documentation Index `_ - The generated index. **Index + (Ctrl+F) == Joy**