Files
Nim/compiler
PMunch 5003942256 Renamed jsondoc2 to jsondoc, similar to doc2 (#7279)
* Update information about jsondoc/jsondoc2

Manual was missing information about jsondoc2 which made it seem like
it didn't exist at all. This commit adds mention of the jsondoc2
command along with an example.

* Renamed jsondoc2 similar to doc2 and updated docs

doc2 was recently renamed to doc while doc was renamed to doc0. This
commits renames jsondoc to jsondoc2 and jsondoc2 to jsondoc0 to behave
tha same way. The documentation for doc/jsondoc was also lagging behind
this change which has also been fixed. I interpreted this as a soft
deprecation of doc and jsondoc and therefore removed them from the
auto-complete lists.
2018-03-08 15:11:45 +01:00
..
2018-02-14 10:09:35 +01:00
2017-07-08 21:27:56 +02:00
2017-10-29 08:37:13 +01:00
2018-02-11 13:55:56 +01:00
2018-01-21 03:04:22 +01:00
2018-03-02 12:14:41 +01:00
2018-03-08 15:10:45 +01:00
2017-01-07 22:35:09 +01:00
2017-10-15 20:55:38 +02:00
2017-10-15 20:55:38 +02:00
2017-10-29 08:37:13 +01:00
2017-11-19 13:23:04 +01:00
2017-10-29 08:37:13 +01:00
2017-04-02 23:41:29 +02:00
2016-08-09 22:54:27 +08:00
2017-11-02 20:39:08 +01:00
2017-10-15 20:55:38 +02:00
2017-12-28 00:50:45 +01:00
2016-11-01 07:16:07 +01:00
2017-09-28 21:48:43 +02:00
2017-12-21 12:34:38 +01:00
2017-07-22 16:52:58 +02:00
2018-01-30 19:51:38 +01:00
2017-01-07 22:35:09 +01:00
2018-01-21 03:04:22 +01:00
2017-10-29 08:37:13 +01:00
2016-12-30 01:43:26 +01:00
2014-08-28 09:38:14 +02:00
2018-01-08 20:04:25 +01:00
2017-10-29 08:37:13 +01:00
2018-03-05 19:06:47 +01:00
2018-02-27 02:18:18 +01:00
2017-10-29 08:37:13 +01:00
2018-02-10 21:20:48 +01:00
2017-11-23 02:32:51 +01:00
2017-10-29 08:37:13 +01:00
2018-02-04 07:35:32 +01:00
2017-10-29 08:37:13 +01:00
2018-03-08 15:10:45 +01:00
2017-12-08 23:31:06 +01:00
2018-02-23 11:42:19 +01:00
2016-10-31 15:34:44 +01:00
2015-11-03 14:52:36 +01:00
2017-10-29 08:37:13 +01:00
2017-10-29 08:37:13 +01:00

This directory contains the Nim compiler written in Nim. Note that this
code has been translated from a bootstrapping version written in Pascal, so
the code is **not** a poster child of good Nim code.