Files
Nim/compiler
Adam Strzelecki d681812465 compiler: Trim .nim files trailing whitespace
via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} +
2015-09-04 23:03:22 +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-04-07 15:47:18 +02:00
2015-07-24 01:04:40 +02:00
2015-04-07 15:47:18 +02:00
2015-04-07 15:47:18 +02:00
2015-06-04 13:15:07 +02:00
2015-08-25 15:47:34 +03:00
2015-04-07 15:47:18 +02:00
2015-08-07 20:29:38 +02:00
2015-06-15 00:56:20 +02:00
2015-08-20 17:54:55 +03:00
2015-09-03 14:30:11 +02:00
2015-09-03 14:30:11 +02:00
2015-08-04 17:31:18 +02:00
2015-08-26 00:00:46 -04:00
2014-08-28 09:38:14 +02:00
2015-08-09 23:21:44 +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-08-03 00:45:25 +02:00
2015-08-10 01:31:42 +02:00
2015-04-26 22:44:05 +02:00
2015-08-08 14:48:17 +02:00
2015-08-09 23:37:13 +02:00
2015-07-14 01:37:09 +02:00
2015-07-03 10:13:45 -04:00
2015-06-25 11:42:27 +02:00
2015-08-21 02:34:34 +02:00
2015-08-21 02:34:34 +02:00
2015-08-21 02:34:34 +02:00
2015-09-03 14:30:09 +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.