Files
Nim/compiler
Zahary Karadjov 299cefdc98 make the current PContext accessible through TCandidate
the goal here is to remove all the hacks from ParamTypeMatch and to handle
all type matching in typeRel (the context there is required to evaluate any static
params and to run the compilation tests of user-defined type classes)
2013-12-25 00:58:22 +02:00
..
2013-05-07 17:19:36 +02:00
2013-05-02 00:07:59 +01:00
2013-03-17 23:40:03 +01:00
2013-09-24 09:32:49 +02:00
2013-08-13 11:21:02 +02:00
2013-03-16 23:53:07 +01:00
2012-11-28 01:15:13 +02:00
2012-10-14 12:02:57 +02:00
2013-09-24 09:32:49 +02:00
2012-08-20 08:44:17 +02:00
2013-04-28 23:41:10 +02:00
2013-12-02 23:47:56 -06:00
2013-06-28 16:40:01 +02:00
2013-08-30 22:47:14 +02:00
2013-12-02 23:57:47 +01:00
2013-05-12 21:01:39 +03:00
2013-09-17 23:43:07 +02:00
2013-06-30 21:15:28 +02:00
2013-09-18 02:58:18 +02:00
2013-09-24 09:36:31 +02:00
2013-11-30 03:15:14 +01:00
2013-07-24 23:07:28 +02:00
2013-08-07 00:01:58 +03:00
2013-12-01 17:02:56 +01:00
2013-09-17 23:43:07 +02:00
2013-10-10 00:45:15 +02:00
2013-10-10 00:45:15 +02:00
2013-08-31 19:40:36 +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.