Files
Nim/compiler
Zahary Karadjov 15df168f99 Rename compiler configuration file to fix "nim check" within the repo
Prior to the change, "nim check" would fail on any file besides the
main nim.nim, because the include paths for the documentation were
not set correctly and this produced various compilation errors.
2015-08-03 01:27:41 +03:00
..
2015-07-22 16:32:56 +02:00
2014-08-28 09:38:14 +02:00
2015-07-26 21:07:11 +02:00
2015-07-24 01:04:45 +02:00
2015-04-07 15:47:18 +02:00
2015-07-22 01:21:42 +02:00
2015-04-07 15:47:18 +02:00
2015-07-24 01:04:40 +02:00
2015-07-26 22:03:52 +02:00
2015-04-07 15:47:18 +02:00
2014-11-03 22:50:55 +01:00
2015-04-07 15:47:18 +02:00
2014-08-28 09:38:14 +02:00
2015-06-04 13:15:07 +02:00
2015-07-02 21:42:10 +02:00
2014-08-28 09:38:14 +02:00
2014-08-28 09:38:14 +02:00
2015-06-04 13:15:07 +02:00
2015-04-07 15:47:18 +02:00
2015-07-05 15:00:48 +02:00
2015-06-15 00:56:20 +02:00
2014-08-28 09:38:14 +02:00
2014-09-21 18:39:00 +02:00
2015-07-03 10:13:45 -04:00
2015-07-03 14:05:00 +02:00
2015-01-12 23:04:53 +01:00
2014-08-28 09:38:14 +02:00
2015-01-06 15:26:33 +01:00
2015-04-22 20:33:06 +02:00
2014-08-28 09:38:14 +02:00
2015-07-31 23:57:50 +02:00
2015-08-02 02:55:59 +02:00
2014-10-29 18:57:03 -04:00
2014-08-28 09:38:14 +02:00
2014-08-28 09:38:14 +02:00
2014-08-28 09:38:14 +02:00
2015-08-02 02:56:00 +02:00
2015-04-06 23:21:52 +02:00
2015-04-22 20:25:11 +02:00
2015-02-20 20:01:25 +01:00
2015-07-21 19:00:48 +02:00
2015-04-28 20:21:53 +02:00
2015-04-26 22:44:05 +02:00
2015-07-01 13:35:58 +02:00
2015-08-02 02:56:02 +02:00
2015-07-14 01:37:09 +02:00
2015-07-03 10:13:45 -04:00
2014-08-28 09:38:14 +02:00
2015-07-05 15:00:48 +02:00
2015-06-25 11:42:27 +02:00
2015-06-04 13:15:07 +02:00
2015-08-02 02:56:01 +02:00
2015-07-15 22:00:44 +02:00
2015-01-06 15:26:33 +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.