Files
Nim/doc
Zahary Karadjov d0edb1826b adds an option to interleave the generated code with snippets from the original source
Lines from the original source are outputted as comments next to line directives.
Hopefully, this will make debugging codegen problems easier.

Other changes:
The frame setup code now uses a single-line C macro. My motivation was to reduce
the noise in the generated output and make it easier to step over the boiler-plate
code, but counter-intuitively this also improved the overall compilation speed a
little bit so I applied the same treatment to line tracking too (this reduces the size of
the generated files and the explanation is that probably the I/O overhead dominates
the macro expansion costs).
2012-12-02 20:36:29 +02:00
..
2012-06-24 02:34:11 +02:00
2012-09-10 19:34:16 +02:00
2012-10-10 00:41:34 +02:00
2012-05-20 10:56:17 +02:00
2012-07-24 01:14:21 +02:00
2012-11-22 07:53:50 +01:00
2012-09-02 23:26:49 +01:00
2012-11-26 08:47:57 +01:00
2010-02-26 01:26:16 +01:00
2010-02-26 01:26:16 +01:00
2012-04-16 00:37:41 +02:00
2012-04-16 00:37:41 +02:00
2012-11-19 00:16:25 +01:00
2011-02-02 00:05:55 +01:00
2010-02-26 01:26:16 +01:00
2011-12-27 19:47:37 +01:00
2012-09-15 01:27:53 +02:00
2012-09-13 08:46:24 +02:00
2012-10-19 20:45:26 +02:00

============================
Nimrod's documenation system
============================

This folder contains Nimrod'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!