Files
Nim/compiler
zah 1be0022e7c Fixes #5167 and related problems (#5475)
This commit returns to a bit less strict checking of the number
of macro arguments, because some old immediate macros rely on a
behavior where even the arity of the macro is not being checked.

It may be better if such macros are just declared to use varargs[expr],
but this remains for another day.
2017-03-12 09:33:49 +01:00
..
2017-03-06 18:25:27 +01:00
2017-02-28 17:23:25 +02:00
2017-02-26 00:32:07 +01:00
2017-01-07 22:35:09 +01:00
2017-01-06 13:11:17 +01: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
2016-08-09 22:54:27 +08:00
2017-02-08 23:04:20 +01:00
2017-03-08 13:21:40 +01:00
2016-11-01 07:16:07 +01:00
2016-11-02 08:39:51 +01:00
2017-01-07 22:35:09 +01:00
2016-10-18 18:26:29 +02:00
2017-01-07 22:35:09 +01:00
2016-07-21 00:08:49 +03: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-03-07 00:27:47 +01:00
2017-02-24 13:05:58 +01:00
2017-03-01 09:57:51 +01:00
2017-02-26 00:32:07 +01:00
2017-03-02 12:23:35 +01:00
2017-02-26 00:32:07 +01:00
2017-03-06 18:38:15 +01:00
2017-01-16 23:04:53 +01:00
2016-10-31 15:34:44 +01:00
2015-11-03 14:52:36 +01:00
2016-10-20 21:40:04 +02:00
2017-02-05 09:41:47 +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.