Files
Nim/doc
quantimnot 6f4bacff67 Extend and document compiler debugging utilities (#19841)
* Add two debugutils procs that native debuggers can break on use to
  execute commands when code of interest is being compiled.
* Add GDB and LLDB programs to disable and enable breakpoints and
  watchpoints when code of interest is being compiled.
* Extend the `intern.rst` docs regarding debugging the compiler.

Co-authored-by: quantimnot <quantimnot@users.noreply.github.com>
2022-06-10 20:40:08 +02:00
..
2022-06-04 07:03:03 +02:00
2014-08-28 22:36:14 +02:00
2022-06-04 07:03:03 +02:00
2022-06-04 07:03:03 +02:00
2021-12-11 05:15:44 +01:00
2022-06-04 07:03:03 +02:00
2016-10-24 12:20:51 +02:00
2020-10-20 10:51:50 +02:00
2022-06-04 07:03:03 +02:00

============================
Nim's documenation system
============================

This folder contains Nim's documentation. The documentation
is written in a format called *reStructuredText*, a markup language that reads
like ASCII and can be converted to HTML automatically!