Files
Nim/doc
Andreas Rumpf bf592c4e94 more destructor based changes (#10885)
* mark user defined destructors with sfOverriden to simplify the logic
* refactoring in preparation to merge liftings and generic instantiations for destructors
* ast: introduce nkHiddenTryStmt for destructor generation in order to be able to optimize better the code later on
* renamed 'patterns' switch to 'trmacros' as it was totally misleading before
* destructors: introduce tfCheckedForDestructor flag in preparation of strict =destroy checking
* test for invalid/too late destructor introductions
* liftdestructors: make code robust for nimsuggest
* --newruntime works for hello world again
* newruntime: code generation for closures
2019-03-23 00:12:05 +01:00
..
2018-07-11 08:52:09 +02:00
2018-11-19 09:22:21 +01:00
2019-02-05 17:45:30 -08:00
2019-01-25 09:43:47 +01:00
2019-02-05 17:45:30 -08:00
2014-08-28 22:36:14 +02:00
2015-09-10 10:50:29 +02:00
2018-11-14 08:27:48 +01:00
2017-01-16 23:04:53 +01:00
2018-10-12 17:27:47 +02:00
2019-03-04 09:04:54 +01:00
2018-07-09 12:35:25 +02:00
2015-07-10 03:51:00 -04:00
2016-10-24 12:20:51 +02:00
2019-01-25 08:34:02 +01:00
2019-01-30 19:49:09 +01:00
2019-02-19 09:07:25 +01:00
2015-09-20 18:16:51 -07:00
2019-02-04 14:31:52 +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!