Files
Nim/compiler
Paul Tan 1a50442c13 Generate deps file during C compilation
The "genDepend" command was previously taught how to generate a "deps"
file in 4910a87c6 (gendepend improvements; refs #5144). Such a deps file
is useful in integrating the Nim compiler with an external build system
or watch daemon, such that it's possible to only run the Nim compiler
when any of the source files are modified.

It's also useful to generate the deps file in the nimcache directory
during C compilation, without needing to re-run the compilation passes
with "genDepend". This would thus reduce overall project build times.
2017-08-25 17:45:33 +08:00
..
2017-07-08 21:27:56 +02:00
2017-08-11 20:14:44 +02:00
2017-05-29 09:42:26 +02:00
2017-07-17 08:24:34 +02:00
2017-06-26 21:31:56 +02:00
2017-01-07 22:35:09 +01:00
2017-01-06 13:11:17 +01:00
2017-07-25 09:28:23 +02:00
2017-07-17 11:42:26 +02:00
2016-10-31 15:34:44 +01:00
2016-10-31 15:34:44 +01:00
2017-02-26 00:32:07 +01:00
2017-04-02 23:41:29 +02:00
2016-08-09 22:54:27 +08:00
2017-02-08 23:04:20 +01:00
2017-07-17 16:43:10 +02:00
2017-06-30 12:01:51 +02:00
2016-11-01 07:16:07 +01:00
2017-07-17 08:12:15 +02:00
2017-05-02 01:24:10 +02:00
2017-07-22 16:52:58 +02:00
2016-11-02 08:39:51 +01:00
2017-01-07 22:35:09 +01:00
2015-12-04 23:43:03 +01:00
2016-12-30 01:43:26 +01:00
2014-08-28 09:38:14 +02:00
2017-06-20 11:29:42 +02:00
2017-04-07 19:28:52 +03:00
2017-06-20 11:29:42 +02:00
2017-06-20 11:29:42 +02:00
2017-08-14 17:43:39 +02:00
2017-07-08 23:32:40 +02:00
2017-07-25 09:28:23 +02:00
2017-06-20 11:29:42 +02:00
2017-08-19 08:57:43 +02:00
2016-10-31 15:34:44 +01:00
2015-11-03 14:52:36 +01:00
2017-03-28 20:57:34 +02:00
2017-06-20 11:29:42 +02:00
2017-07-01 09:56:20 +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.