Files
Nim/doc
Jeff Ciesielski 94d1aa5109 Add the ability to pass a value with the -d flag
This allows the end user to use the {.magic: "IntDefine"/"StrDefine"}
pragmas to pass values into code at compile time.  This has a nice side
effect of also allowing/requiring a default value to be assigned in the
code (see osalloc.nim/StandaloneHeapSize for an example)
2016-07-04 18:11:25 -04:00
..
2016-06-20 21:22:05 -07:00
2016-02-18 23:01:43 +06:00
2016-06-07 15:37:45 +01:00
2014-08-28 22:36:14 +02:00
2015-09-10 10:50:29 +02:00
2016-02-28 23:22:47 +01:00
2016-06-23 17:26:22 -06:00
2015-07-10 03:51:00 -04:00
2014-08-28 22:36:14 +02:00
2015-09-20 18:16:51 -07:00
2015-11-07 09:33:55 +01: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!