Files
Nim/compiler
PMunch db95fad6fa Fixes #9364 and add moduleDescription to jsondoc (#9396)
This fixes `jsondoc0` so that it has comments in the output as described
by the documentation. It also fixes `jsondoc`/`jsondoc2` as it stored
it's output in a file with an html extension. Along with this it also
adds a new field `moduleDescription` to `jsondoc`/`jsondoc2` which
contains the module description.
2018-10-17 00:34:47 +02:00
..
2018-05-12 11:58:44 +02:00
2018-06-03 20:15:37 +02:00
2018-10-11 09:54:50 +02:00
2018-10-11 09:54:50 +02:00
2018-10-02 23:31:39 +02:00
2017-01-07 22:35:09 +01:00
2017-10-29 08:37:13 +01:00
2018-06-12 00:20:08 +01:00
2018-08-09 20:31:40 +02:00
2018-10-16 17:21:41 +02:00
2018-09-21 00:31:16 +02:00
2018-09-07 19:21:17 +02:00
2018-09-22 13:52:40 +02:00
2018-05-18 20:53:41 +02:00
2014-08-28 09:38:14 +02:00
2018-10-11 19:52:48 +02:00
2018-10-02 16:18:16 +02:00
2018-08-22 12:16:18 +02:00
2018-08-13 23:16:03 +02:00
2018-10-02 23:31:39 +02:00
2018-10-09 19:54:12 +02: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.