index.nim 478 B

12345678910111213141516171819
  1. ##[
  2. This module only exists to generate docs for the compiler.
  3. ## links
  4. * [main docs](../lib.html)
  5. * [compiler user guide](../nimc.html)
  6. * [Internals of the Nim Compiler](../intern.html)
  7. ]##
  8. #[
  9. note: this is named `index` so that navigating to https://nim-lang.github.io/Nim/compiler/
  10. will work.
  11. xxx this should also import other modules, not transitively imported by `compiler/nim.nim`,
  12. eg `evalffi`, otherwise these aren't shown. A glob could be used at CT.
  13. ]#
  14. import nim