Files
Nim/compiler
def d77c883911 globalError instead of localError when failing infinite recursion
globalError throws an exception, so this works for `nim check` as well.
2015-03-13 17:17:42 +01:00
..
2015-03-12 01:45:13 +01:00
2014-08-28 09:38:14 +02:00
2015-02-15 16:06:06 +00:00
2015-02-15 16:06:06 +00:00
2015-02-24 19:19:08 +01:00
2014-10-03 01:21:35 +02:00
2015-02-28 23:53:52 +01:00
2015-02-15 16:20:32 +00:00
2015-02-07 10:48:07 +01:00
2014-11-03 22:50:55 +01:00
2015-02-24 00:13:27 +01: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-02-15 16:20:32 +00:00
2015-03-04 21:21:10 -05:00
2014-08-28 09:38:14 +02:00
2015-02-16 02:56:40 +01:00
2015-03-12 01:45:14 +01:00
2014-08-28 09:38:14 +02:00
2015-01-27 01:36:19 +01:00
2014-08-28 09:38:14 +02:00
2015-02-14 19:00:11 +01:00
2015-03-12 11:08:03 +01:00
2015-03-12 13:16:47 +01:00
2015-02-15 16:20:32 +00:00
2014-08-28 09:38:14 +02:00
2015-03-01 13:52:00 +01:00
2015-03-12 01:45:15 +01:00
2014-09-21 18:39:00 +02:00
2015-03-12 12:17:08 +01:00
2015-03-12 12:17:08 +01:00
2015-03-10 12:32:48 +01:00
2015-02-15 16:20:32 +00: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-01-30 03:04:45 +01:00
2014-08-28 09:38:14 +02:00
2015-02-15 16:20:32 +00:00
2014-08-28 09:38:14 +02:00
2015-02-08 13:38:04 +01:00
2014-10-29 18:57:03 -04:00
2014-08-28 09:38:14 +02:00
2015-03-12 01:45:14 +01:00
2015-02-15 16:06:06 +00:00
2014-08-28 09:38:14 +02:00
2015-02-15 16:20:32 +00:00
2015-02-15 16:20:32 +00:00
2014-08-28 09:38:14 +02:00
2015-03-04 21:19:38 +01:00
2015-02-15 16:06:06 +00:00
2015-02-10 20:19:45 +01:00
2015-02-15 16:06:06 +00:00
2015-03-12 16:04:44 +01:00
2015-02-20 20:01:25 +01:00
2015-01-29 04:40:27 -06:00
2015-03-07 15:43:35 +01:00
2015-01-06 15:26:33 +01:00
2015-01-06 15:26:33 +01:00
2015-03-12 01:45:14 +01:00
2015-02-25 20:32:32 +01:00
2015-01-30 03:04:46 +01:00
2014-08-28 09:38:14 +02:00
2015-03-12 11:40:14 +01:00
2014-11-27 08:36:58 +01:00
2015-03-04 21:19:38 +01:00
2015-02-01 11:58:41 +01:00
2015-02-24 00:13:28 +01:00
2015-01-06 15:26:33 +01:00
2015-01-06 15:26:33 +01: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.