Files
Nim/doc
PMunch 9acbf99efb Allow let to not have value when using importc (#14258)
* Allow let to not have value when using importc

This allows a let statement with the `{.importc.}` pragma to not be
initialised with a value. This allows us to declare C constants as Nim
lets without putting the value in the Nim code (which can lead to
errors, and requires us to go looking for the value). Fixes #14253

* Proper fix and documentation + changelog entry

* Improve testcase with one from timotheecour

* Add test to verify it working with macros
2020-05-12 20:28:18 +02:00
..
2019-11-20 08:39:45 +01:00
2020-05-05 10:34:37 +02:00
2018-11-19 09:22:21 +01:00
2020-04-15 20:03:25 +02:00
2020-05-12 15:46:24 +02:00
2019-02-05 17:45:30 -08:00
2020-04-15 20:03:25 +02:00
2014-08-28 22:36:14 +02:00
2018-11-14 08:27:48 +01:00
2020-03-19 06:41:54 +01:00
2020-05-08 07:54:46 +02:00
2019-10-22 17:59:12 -07:00
2020-04-28 19:56:01 +02:00
2020-05-08 16:13:53 +02:00
2018-07-09 12:35:25 +02:00
2020-04-20 17:06:44 +02:00
2019-10-22 17:59:12 -07:00
2016-10-24 12:20:51 +02:00
2019-01-30 19:49:09 +01:00
2019-10-22 17:59:12 -07:00
2015-09-20 18:16:51 -07:00
2020-04-28 19:56:01 +02:00
2020-04-28 19:56:01 +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!