Incorrect documentation is often worse than no documentation. -- Bertrand Meyer The documentation consists of several documents: - | `Tutorial (part I) `_ | The Nimrod tutorial part one deals with the basics. - | `Tutorial (part II) `_ | The Nimrod tutorial part two deals with the advanced language constructs. - | `Library documentation `_ | This document describes Nimrod's standard library. - | `User guide `_ | The user guide lists command line arguments, special features of the compiler, etc. - | `Tools documentation `_ | Description of some tools that come with the standard distribution. - | `Manual `_ | The Nimrod manual is a draft that will evolve into a proper specification. - | `Source code filters `_ | The Nimrod compiler supports source code filters as a simple yet powerful builtin templating system. - | `Internal documentation `_ | The internal documentation describes how the compiler is implemented. Read this if you want to hack the compiler. - | `Index `_ | The generated index. **Index + (Ctrl+F) == Joy**