Files
Nim/compiler
Zahary Karadjov bfff1ac8b2 allow keyword params for the [] and {} operators
conceptually, these operators are not very different from regular procs in the way
they are defined and overloaded. keyword params for them are admittedly less useful,
but they improve consistency and may help with generic instantiations once default
generic parameters are supported.
2013-05-26 11:14:23 +03:00
..
2013-05-18 10:12:01 +02:00
2013-05-07 17:19:36 +02:00
2013-05-26 11:14:23 +03:00
2013-05-02 00:07:59 +01:00
2013-05-26 01:53:24 +02:00
2013-05-03 23:56:49 +02:00
2013-05-26 11:14:23 +03:00
2013-03-17 23:40:03 +01:00
2013-03-16 23:53:07 +01:00
2012-11-28 01:15:13 +02:00
2013-05-18 11:41:03 +02:00
2012-10-14 12:02:57 +02:00
2012-09-08 15:43:21 +02:00
2012-08-20 08:44:17 +02:00
2013-05-01 14:48:40 +02:00
2013-04-28 23:41:10 +02:00
2013-05-07 13:54:38 +02:00
2013-05-04 19:10:12 +02:00
2013-05-18 10:31:23 +02:00
2013-05-05 16:34:00 +03:00
2013-05-07 18:44:24 +02:00
2013-04-23 13:44:38 +02:00
2013-05-25 23:37:40 +02:00
2013-03-03 12:05:03 +01:00
2013-05-12 21:01:39 +03:00
2012-12-11 20:06:15 +01:00
2013-05-03 23:51:43 +02:00
2013-05-26 11:14:23 +03:00
2013-05-19 02:49:10 +02:00
2013-05-26 11:14:23 +03:00
2013-05-26 11:14:23 +03:00
2013-05-05 16:34:00 +03:00
2013-05-18 11:52:43 +02:00
2013-05-26 01:33:23 +02:00
2013-05-26 11:14:23 +03:00

This directory contains the Nimrod compiler written in Nimrod. Note that this
code has been translated from a bootstrapping version written in Pascal, so
the code is **not** a poster child of good Nimrod code.