Files
Nim/compiler
Kier Davis 56015e52b9 Fix #4475
Existing implementation would append the default value for a varargs parameter (the empty array) to the end of the sons of the
nnkCall node, rather than storing it into the correct index. This left the location where it should have been stored set to
its default value of nil, causing later code that uses this node to segfault.
2016-07-11 14:53:39 +01:00
..
2016-06-06 10:51:18 +01:00
2015-12-04 23:43:03 +01:00
2015-09-08 23:32:53 +08:00
2016-07-10 01:17:08 +02:00
2016-02-29 11:25:51 +00:00
2016-07-08 10:34:12 +02:00
2016-07-08 10:34:12 +02:00
2016-07-08 10:34:12 +02:00
2016-07-08 10:34:12 +02:00
2015-12-24 00:07:03 +01:00
2016-07-10 01:17:08 +02:00
2016-05-11 15:59:51 +02:00
2015-04-07 15:47:18 +02:00
2016-07-08 15:08:55 +02:00
2016-03-05 15:12:11 +01:00
2016-05-27 19:18:08 +02:00
2016-05-11 18:16:25 +02:00
2016-05-11 17:39:37 +02:00
2016-06-07 22:46:12 +02:00
2016-07-10 01:17:08 +02:00
2015-09-03 14:30:11 +02:00
2016-01-17 22:18:06 +01:00
2016-02-08 01:43:38 +01:00
2016-05-28 02:17:13 +02:00
2016-07-08 10:34:12 +02:00
2016-02-05 19:11:43 +01:00
2015-12-04 23:43:03 +01:00
2016-07-05 08:26:12 -04:00
2014-08-28 09:38:14 +02:00
2016-02-06 15:39:56 +01:00
2016-07-10 01:17:08 +02:00
2016-07-08 10:34:12 +02:00
2016-05-30 16:24:52 +02:00
2016-06-18 23:53:41 -04:00
2016-07-08 10:34:12 +02:00
2016-07-08 18:08:34 +02:00
2016-07-08 20:11:59 +02:00
2016-06-01 11:01:03 +02:00
2016-06-07 22:46:12 +02:00
2016-06-06 13:13:04 +02:00
2016-07-08 10:34:12 +02:00
2016-01-14 15:05:48 +01:00
2016-07-08 10:34:12 +02:00
2016-07-08 10:34:12 +02:00
2015-07-03 10:13:45 -04:00
2016-07-11 14:53:39 +01:00
2015-11-03 14:52:36 +01:00
2016-05-11 21:16:26 +02:00
2015-06-25 11:42:27 +02:00
2016-07-08 10:34:12 +02:00
2016-03-04 22:41:17 +01:00
2016-05-28 17:19:44 +02:00
2015-08-21 02:34:34 +02:00
2016-07-08 10:34:12 +02:00
2016-07-08 10:52:04 +02:00
2015-09-09 09:39:48 +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.